mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
855 B
JSON
25 lines
855 B
JSON
{
|
|
"version": "2.3.5",
|
|
"description": "Deploy static websites to Amazon S3 and CloudFront with Gzip and custom headers support (e.g. 'Cache-Control')",
|
|
"homepage": "https://github.com/bep/s3deploy",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bep/s3deploy/releases/download/v2.3.5/s3deploy_2.3.5_windows-64bit.zip",
|
|
"hash": "22986fee6a564ef8ae24f4ad754859c7e80487b0a088a91ee926129b2c0190dc"
|
|
}
|
|
},
|
|
"bin": "s3deploy.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bep/s3deploy/releases/download/v$version/s3deploy_$version_windows-64bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/s3deploy_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|