ScoopInstaller_Main/bucket/s3deploy.json
2026-02-15 16:31:01 +00:00

25 lines
858 B
JSON

{
"version": "2.15.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.15.0/s3deploy_2.15.0_windows-amd64.zip",
"hash": "a9d68986e21926394817da89b4aedebb716c201227edad6344c391cdb7ff7f7f"
}
},
"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"
}
}
}