Skip to content

Commit

Permalink
clash-for-windows: Update to version 0.20.38
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2023
1 parent be310ab commit 06084e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/clash-for-windows.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"version": "0.20.37",
"version": "0.20.38",
"homepage": "https://github.com/Fndroid/clash_for_windows_pkg",
"description": "A Windows GUI based on Clash",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.37/Clash.for.Windows.Setup.0.20.37.exe#/dl.7z",
"hash": "b8203f555d1d229de9f06b920b9f8bd10846a65966542868f8a06ec2547b1d00",
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.38/Clash.for.Windows.Setup.0.20.38.exe#/dl.7z",
"hash": "be1210f80e96f5c5da58a46cb4db43f432f6d7212fe1d9319aba65b773cf08da",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse"
]
},
"32bit": {
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.37/Clash.for.Windows.Setup.0.20.37.ia32.exe#/dl.7z",
"hash": "da4e928ac61631d8b154af98902da3c58d4e2ba932e00d679e69fc3c5d8b9da2",
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.38/Clash.for.Windows.Setup.0.20.38.ia32.exe#/dl.7z",
"hash": "cc25fd46257092d4199da7d9b1d2851ea917f6f33bb36bd3e3b7210184901acb",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse"
Expand Down

0 comments on commit 06084e3

Please sign in to comment.