From 3648fe8322e320328977f5aa08af6fddea8c8c8c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 8 Mar 2020 23:12:01 +0100 Subject: [PATCH] chisel: Add version 1.3.1 --- bucket/chisel.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/chisel.json diff --git a/bucket/chisel.json b/bucket/chisel.json new file mode 100644 index 0000000000..7afaa86114 --- /dev/null +++ b/bucket/chisel.json @@ -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" + } + } + } +}