Skip to content

Commit

Permalink
✨ feat(wechat-versions.json): add hash
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveMaple committed Feb 8, 2024
1 parent 32f9333 commit 964ca5d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions bucket/wechat-versions.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"version": "3.9.9.35",
"version": "3.9.7.29",
"description": "Archived versions of wechat from https://github.com/tom-snow/wechat-windows-versions/releases, type 'scoop install wechat-versions@<version>' to install a specific version.",
"homepage": "https://pc.weixin.qq.com/",
"license": {
"identifier": "Proprietary",
"url": "https://www.wechat.com/en/service_terms.html"
},
"url": "https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.9.35/WeChatSetup-3.9.9.35.exe#/dl.7z",
"url": "https://github.com/tom-snow/wechat-windows-versions/releases/download/3.9.7.29/WeChatSetup-3.9.7.29.exe#/dl.7z",
"hash": "bf1f0a79013b1f253ef47a606e20ab636cae80a8aa42c3ab4f01f0b40893a5d0",
"installer": {
"script": [
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse",
Expand Down Expand Up @@ -38,6 +39,10 @@
"regex": "Wechat v([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/tom-snow/wechat-windows-versions/releases/download/v$version/WeChatSetup-$version.exe#/dl.7z"
"url": "https://github.com/tom-snow/wechat-windows-versions/releases/download/v$version/WeChatSetup-$version.exe#/dl.7z",
"hash": {
"url": "https://github.com/tom-snow/wechat-windows-versions/releases/tag/v$version",
"regex": "Sha256: ([a-fA-F0-9]{64})"
}
}
}

0 comments on commit 964ca5d

Please sign in to comment.