chisel: Update to version 1.4.0 (#970)

This commit is contained in:
Jakub Čábera 2020-04-03 03:41:34 +02:00 committed by GitHub
parent 18322d1b89
commit 91815b60ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,31 +1,31 @@
{ {
"homepage": "https://github.com/jpillora/chisel", "version": "1.4.0",
"description": "A fast TCP tunnel over HTTP", "description": "A fast TCP tunnel over HTTP",
"homepage": "https://github.com/jpillora/chisel",
"license": "MIT", "license": "MIT",
"version": "1.3.1",
"bin": "chisel.exe",
"pre_install": [
"Rename-Item \"$dir\\chisel*.exe\" \"$dir\\chisel.exe\""
],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jpillora/chisel/releases/download/1.3.1/chisel_windows_amd64.exe.gz", "url": "https://github.com/jpillora/chisel/releases/download/v1.4.0/chisel_1.4.0_windows_amd64.gz",
"hash": "5faa6197612a38b41bb54cbec6c782b5ea1bfb2da9ce236e493451de1b33ff47" "hash": "cc4e23ea2383b1649d22a6bd176f8b27505919a61d2e838ad337743c32702de7"
}, },
"32bit": { "32bit": {
"url": "https://github.com/jpillora/chisel/releases/download/1.3.1/chisel_windows_386.exe.gz", "url": "https://github.com/jpillora/chisel/releases/download/v1.4.0/chisel_1.4.0_windows_386.gz",
"hash": "5e68b0a2d0424b4afb739ac7938e49ec2e9cb41999346aee22c0284aa1cdcf5c" "hash": "70ddb33c1ce8b8ac5d3a7339ed37fedf436f91e5a31bdd19c8029968766ad3e6"
} }
}, },
"bin": "chisel.exe",
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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"
} }
} }
} }