s3deploy: Update to version 2.3.5

This commit is contained in:
Jakub Čábera 2020-07-12 14:46:03 +02:00
parent 6f19c9013b
commit 5965957f35

View File

@ -1,33 +1,24 @@
{ {
"homepage": "https://github.com/bep/s3deploy", "version": "2.3.5",
"description": "Deploy static websites to Amazon S3 and CloudFront with Gzip and custom headers support (e.g. 'Cache-Control')", "description": "Deploy static websites to Amazon S3 and CloudFront with Gzip and custom headers support (e.g. 'Cache-Control')",
"version": "2.3.2", "homepage": "https://github.com/bep/s3deploy",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/bep/s3deploy/releases/download/v2.3.2/s3deploy_2.3.2_windows-64bit.zip", "url": "https://github.com/bep/s3deploy/releases/download/v2.3.5/s3deploy_2.3.5_windows-64bit.zip",
"hash": "79340935549ed2171099887a208c0ff68cd15353c744c9c92ed84c74b1b5022b" "hash": "22986fee6a564ef8ae24f4ad754859c7e80487b0a088a91ee926129b2c0190dc"
},
"32bit": {
"url": "https://github.com/bep/s3deploy/releases/download/v2.3.2/s3deploy_2.3.2_windows-32bit.zip",
"hash": "489b84fdae2f5637cdf1c9d7dea74ae20daba5d5b1fc9bfcca9ef69510910387"
} }
}, },
"bin": "s3deploy.exe", "bin": "s3deploy.exe",
"checkver": { "checkver": "github",
"github": "https://github.com/bep/s3deploy"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/bep/s3deploy/releases/download/v$version/s3deploy_$version_windows-64bit.zip" "url": "https://github.com/bep/s3deploy/releases/download/v$version/s3deploy_$version_windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/bep/s3deploy/releases/download/v$version/s3deploy_$version_windows-32bit.zip"
} }
}, },
"hash": { "hash": {
"url": "https://github.com/bep/s3deploy/releases/download/v$version/s3deploy_$version_checksums.txt" "url": "$baseurl/s3deploy_$version_checksums.txt"
} }
} }
} }