Skip to content

Commit

Permalink
clash-for-windows: Update to version 0.20.36
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2023
1 parent 48b97ad commit fa54767
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.35",
"version": "0.20.36",
"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.35/Clash.for.Windows.Setup.0.20.35.exe#/dl.7z",
"hash": "5665bc08f814b0078e5ffef75db387891c342610db50fe3596525f9b7830b94e",
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.36/Clash.for.Windows.Setup.0.20.36.exe#/dl.7z",
"hash": "9b55132396917db525c64b478e4f047ac2aa2c80f47e9e4c69ceeac971765d5c",
"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.35/Clash.for.Windows.Setup.0.20.35.ia32.exe#/dl.7z",
"hash": "b347e0fe170332b912fc926c1d077fd8a0a217e5f97e61f62154f3067bfd1889",
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.36/Clash.for.Windows.Setup.0.20.36.ia32.exe#/dl.7z",
"hash": "feb41f8debd71aa13be5d606494faf04454afcd908a6a876382152fba670d7eb",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse"
Expand Down

0 comments on commit fa54767

Please sign in to comment.