Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed Aug 29, 2024
1 parent 65d5200 commit 929bac4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bucket/upx-github.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/upyun/upx/releases/download/v$version/upx_$version_Windows_x86_64.zip"
"url": "https://github.com/upyun/upx/releases/download/v$version/upx_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/upyun/upx/releases/download/v$version/upx_$version_Windows_i386.zip"
"url": "https://github.com/upyun/upx/releases/download/v$version/upx_$version_windows_386.zip"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions bucket/upx-upcdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"bin": "upx.exe",
"checkver": {
"url": "http://collection.b0.upaiyun.com/softwares/upx/checksums.txt",
"re": "upx_([\\d.a-zA-Z\\-]+)_Windows_x86_64"
"re": "upx_([\\d.a-zA-Z\\-]+)_windows_amd64"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://collection.b0.upaiyun.com/softwares/upx/upx_$version_Windows_x86_64.zip"
"url": "http://collection.b0.upaiyun.com/softwares/upx/upx_$version_windows_amd64.zip"
},
"32bit": {
"url": "http://collection.b0.upaiyun.com/softwares/upx/upx_$version_Windows_i386.zip"
"url": "http://collection.b0.upaiyun.com/softwares/upx/upx_$version_windows_386.zip"
}
}
}
Expand Down

0 comments on commit 929bac4

Please sign in to comment.