ScoopInstaller_Main/bucket/s3deploy.json
2021-08-12 09:05:39 -07:00

25 lines
855 B
JSON

{
"version": "2.4.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.4.0/s3deploy_2.4.0_windows-64bit.zip",
"hash": "0ea3a4fd46535fa001ddad0e78a557ba627e0b3f24243fa8f9c57324f092afa5"
}
},
"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"
}
}
}