From 5965957f351e5bc97bb7fa9220210bf0d7f103ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 12 Jul 2020 14:46:03 +0200 Subject: [PATCH] s3deploy: Update to version 2.3.5 --- bucket/s3deploy.json | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/bucket/s3deploy.json b/bucket/s3deploy.json index 4c94aa5c28..a0674ea23d 100644 --- a/bucket/s3deploy.json +++ b/bucket/s3deploy.json @@ -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')", - "version": "2.3.2", + "homepage": "https://github.com/bep/s3deploy", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/bep/s3deploy/releases/download/v2.3.2/s3deploy_2.3.2_windows-64bit.zip", - "hash": "79340935549ed2171099887a208c0ff68cd15353c744c9c92ed84c74b1b5022b" - }, - "32bit": { - "url": "https://github.com/bep/s3deploy/releases/download/v2.3.2/s3deploy_2.3.2_windows-32bit.zip", - "hash": "489b84fdae2f5637cdf1c9d7dea74ae20daba5d5b1fc9bfcca9ef69510910387" + "url": "https://github.com/bep/s3deploy/releases/download/v2.3.5/s3deploy_2.3.5_windows-64bit.zip", + "hash": "22986fee6a564ef8ae24f4ad754859c7e80487b0a088a91ee926129b2c0190dc" } }, "bin": "s3deploy.exe", - "checkver": { - "github": "https://github.com/bep/s3deploy" - }, + "checkver": "github", "autoupdate": { "architecture": { "64bit": { "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": { - "url": "https://github.com/bep/s3deploy/releases/download/v$version/s3deploy_$version_checksums.txt" + "url": "$baseurl/s3deploy_$version_checksums.txt" } } }