mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 09:51:19 +00:00
25 lines
855 B
JSON
25 lines
855 B
JSON
{
|
|
"version": "2.5.0",
|
|
"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.5.0/s3deploy_2.5.0_windows-64bit.zip",
|
|
"hash": "749f2ead8763bcfca60fc7f2ce302f8a8b128dca530ec2a59acb0d0783e68e21"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|