mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
chisel: Update to version 1.4.0 (#970)
This commit is contained in:
parent
18322d1b89
commit
91815b60ce
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user