ScoopInstaller_Main/bucket/s3deploy.json
2023-05-06 12:30:16 +00:00

25 lines
858 B
JSON

{
"version": "2.10.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.10.1/s3deploy_2.10.1_windows-amd64.zip",
"hash": "ac10cc117a1336671a75e21a55fb90e9d3bc9702c15663f9cc6f09b4d3d0141d"
}
},
"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"
}
}
}