From 91815b60ce90f2a77e12f12d74c18ee7cc4e1c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 3 Apr 2020 03:41:34 +0200 Subject: [PATCH] chisel: Update to version 1.4.0 (#970) --- bucket/chisel.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bucket/chisel.json b/bucket/chisel.json index 7afaa86114..c4d82e30ac 100644 --- a/bucket/chisel.json +++ b/bucket/chisel.json @@ -1,31 +1,31 @@ { - "homepage": "https://github.com/jpillora/chisel", + "version": "1.4.0", "description": "A fast TCP tunnel over HTTP", + "homepage": "https://github.com/jpillora/chisel", "license": "MIT", - "version": "1.3.1", - "bin": "chisel.exe", - "pre_install": [ - "Rename-Item \"$dir\\chisel*.exe\" \"$dir\\chisel.exe\"" - ], "architecture": { "64bit": { - "url": "https://github.com/jpillora/chisel/releases/download/1.3.1/chisel_windows_amd64.exe.gz", - "hash": "5faa6197612a38b41bb54cbec6c782b5ea1bfb2da9ce236e493451de1b33ff47" + "url": "https://github.com/jpillora/chisel/releases/download/v1.4.0/chisel_1.4.0_windows_amd64.gz", + "hash": "cc4e23ea2383b1649d22a6bd176f8b27505919a61d2e838ad337743c32702de7" }, "32bit": { - "url": "https://github.com/jpillora/chisel/releases/download/1.3.1/chisel_windows_386.exe.gz", - "hash": "5e68b0a2d0424b4afb739ac7938e49ec2e9cb41999346aee22c0284aa1cdcf5c" + "url": "https://github.com/jpillora/chisel/releases/download/v1.4.0/chisel_1.4.0_windows_386.gz", + "hash": "70ddb33c1ce8b8ac5d3a7339ed37fedf436f91e5a31bdd19c8029968766ad3e6" } }, + "bin": "chisel.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/jpillora/chisel/releases/download/$version/chisel_windows_amd64.exe.gz" + "url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_amd64.gz" }, "32bit": { - "url": "https://github.com/jpillora/chisel/releases/download/$version/chisel_windows_386.exe.gz" + "url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_386.gz" } + }, + "hash": { + "url": "$baseurl/chisel_$version_checksums.txt" } } }