Jakub Čábera d6d0104eb6 chisel: Update to version 1.7.0
racket-minimal: Fix checkver
2020-09-17 17:03:36 +02:00

32 lines
1.1 KiB
JSON

{
"version": "1.7.0",
"description": "A fast TCP tunnel over HTTP",
"homepage": "https://github.com/jpillora/chisel",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/jpillora/chisel/releases/download/v1.7.0/chisel_1.7.0_windows_amd64.gz",
"hash": "f86504bd2ecb874593d5aaa7b5e838106e383b20c4cadd6d3ad7f40a8d94659e"
},
"32bit": {
"url": "https://github.com/jpillora/chisel/releases/download/v1.7.0/chisel_1.7.0_windows_386.gz",
"hash": "184c81c9d2a54ae16baadb6f6523e4ae2060c6570682a721f3d977dccfd68a64"
}
},
"bin": "chisel.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_amd64.gz"
},
"32bit": {
"url": "https://github.com/jpillora/chisel/releases/download/v$version/chisel_$version_windows_386.gz"
}
},
"hash": {
"url": "$baseurl/chisel_$version_checksums.txt"
}
}
}