mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
25 lines
858 B
JSON
25 lines
858 B
JSON
{
|
|
"version": "2.12.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.12.0/s3deploy_2.12.0_windows-amd64.zip",
|
|
"hash": "0e674b5714a9070878973f989ebb654d1c234c611d21cab18b78df7cdfe28d4e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|