mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
25 lines
858 B
JSON
25 lines
858 B
JSON
{
|
|
"version": "2.12.1",
|
|
"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.12.1/s3deploy_2.12.1_windows-amd64.zip",
|
|
"hash": "0ecc1acdf3baa352f58418a7e6ab0d065d5604686cd09fc2a79e686fccc446c4"
|
|
}
|
|
},
|
|
"bin": "s3deploy.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bep/s3deploy/releases/download/v$version/s3deploy_$version_windows-amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/s3deploy_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|