ScoopInstaller_Main/bucket/s3deploy.json
2023-03-11 17:48:08 +05:30

25 lines
855 B
JSON

{
"version": "2.9.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.9.0/s3deploy_2.9.0_windows-amd64.zip",
"hash": "ba44833ee86a6df265801689e3ec627fbd4cac156e17cc715f17598a60eca4fa"
}
},
"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"
}
}
}