ScoopInstaller_Main/s3deploy.json
2019-04-07 09:00:20 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.3.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/bep/s3deploy/releases/download/v2.3.2/s3deploy_2.3.2_windows-64bit.zip",
"hash": "79340935549ed2171099887a208c0ff68cd15353c744c9c92ed84c74b1b5022b"
},
"32bit": {
"url": "https://github.com/bep/s3deploy/releases/download/v2.3.2/s3deploy_2.3.2_windows-32bit.zip",
"hash": "489b84fdae2f5637cdf1c9d7dea74ae20daba5d5b1fc9bfcca9ef69510910387"
}
},
"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"
}
}
}