chisel: Add version 1.3.1

This commit is contained in:
Richard Kuhnt 2020-03-08 23:12:01 +01:00
parent 626580b007
commit 3648fe8322

31
bucket/chisel.json Normal file
View File

@ -0,0 +1,31 @@
{
"homepage": "https://github.com/jpillora/chisel",
"description": "A fast TCP tunnel over HTTP",
"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"
},
"32bit": {
"url": "https://github.com/jpillora/chisel/releases/download/1.3.1/chisel_windows_386.exe.gz",
"hash": "5e68b0a2d0424b4afb739ac7938e49ec2e9cb41999346aee22c0284aa1cdcf5c"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jpillora/chisel/releases/download/$version/chisel_windows_amd64.exe.gz"
},
"32bit": {
"url": "https://github.com/jpillora/chisel/releases/download/$version/chisel_windows_386.exe.gz"
}
}
}
}