mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bep/s3deploy/releases/download/v2.1.0/s3deploy_2.1.0_windows-64bit.zip",
|
|
"hash": "f4940b3b2d8b2a9c66c243be2db4181d4aac86002a977a544282c8636db77871"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bep/s3deploy/releases/download/v2.1.0/s3deploy_2.1.0_windows-32bit.zip",
|
|
"hash": "bcb21fa07352ec403210d8bd4047a7ab7d0d415af86884db7a8c0480cbdbd3f7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|