Skip to content

Commit

Permalink
clash-for-windows: change urls to archive.org
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Apr 1, 2024
1 parent 70d3e21 commit 32965a8
Showing 1 changed file with 5 additions and 34 deletions.
39 changes: 5 additions & 34 deletions bucket/clash-for-windows.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"homepage": "https://github.com/Fndroid/clash_for_windows_pkg",
"homepage": "https://archive.org/download/clash_for_windows_pkg",
"description": "A Windows GUI based on Clash",
"version": "0.20.39",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.39/Clash.for.Windows.Setup.0.20.39.exe#/dl.7z",
"url": "https://archive.org/download/clash_for_windows_pkg/Clash.for.Windows.Setup.0.20.39.exe#/dl.7z",
"hash": "477274ce22d30559ae5df8d41b0adb0a8461be0501d26a0500452ab68c650608",
"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.39/Clash.for.Windows.Setup.0.20.39.ia32.exe#/dl.7z",
"url": "https://archive.org/download/clash_for_windows_pkg/Clash.for.Windows.Setup.0.20.39.ia32.exe#/dl.7z",
"hash": "951e79041d6eb815efcc2f9171883f67a635e04274ce69a5d202f7fee3872f63",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse"
]
},
"arm64": {
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/0.20.39/Clash.for.Windows.Setup.0.20.39.arm64.exe#/dl.7z",
"url": "https://archive.org/download/clash_for_windows_pkg/Clash.for.Windows.Setup.0.20.39.arm64.exe#/dl.7z",
"hash": "bfc3e984f88c35e9f77ed89559ac5374b7d387ec8d980ce600aeeabfac6074f1",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"",
Expand All @@ -34,34 +34,5 @@
"Clash for Windows.exe",
"Clash for Windows"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/$version/Clash.for.Windows.Setup.$version.exe#/dl.7z",
"hash": {
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/$version/sha256sum",
"mode": "extract",
"regex": "(?m)^exe: $sha256"
}
},
"32bit": {
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/$version/Clash.for.Windows.Setup.$version.ia32.exe#/dl.7z",
"hash": {
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/$version/sha256sum",
"mode": "extract",
"regex": "(?m)^ia32-exe: $sha256"
}
},
"arm64": {
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/$version/Clash.for.Windows.Setup.$version.arm64.exe#/dl.7z",
"hash": {
"url": "https://github.com/Fndroid/clash_for_windows_pkg/releases/download/$version/sha256sum",
"mode": "extract",
"regex": "(?m)^arm64-exe: $sha256"
}
}
}
}
]
}

0 comments on commit 32965a8

Please sign in to comment.