ScoopInstaller_Main/bucket/s3deploy.json
2021-11-02 08:32:43 +01:00

25 lines
855 B
JSON

{
"version": "2.5.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.5.1/s3deploy_2.5.1_windows-64bit.zip",
"hash": "4273aa24e3ceb489eb0776a38a34867ee4e8b3bf92af295485342dbc44a9f0fd"
}
},
"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"
}
}
}