mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.3.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bep/s3deploy/releases/download/v2.3.1/s3deploy_2.3.1_windows-64bit.zip",
|
|
"hash": "a54c583f4ccaab2bc26c13e76eaac08cf6cd851c7075964494871910768ab68b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bep/s3deploy/releases/download/v2.3.1/s3deploy_2.3.1_windows-32bit.zip",
|
|
"hash": "79313e930ed56f60645c90c714b20d0bf833dbbaa120137b3fd5bd5d4feeebaf"
|
|
}
|
|
},
|
|
"bin": "s3deploy.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/bep/s3deploy"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bep/s3deploy/releases/download/v$version/s3deploy_$version_windows-64bit.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bep/s3deploy/releases/download/v$version/s3deploy_$version_windows-32bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/bep/s3deploy/releases/download/v$version/s3deploy_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|