mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
tunnel: Updated to new repository (#2717)
This commit is contained in:
parent
0310f13587
commit
31e327aaa6
12
tunnel.json
12
tunnel.json
@ -4,29 +4,29 @@
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://github.com/labstack/tunnel/releases/download/0.2.10/tunnel_0.2.10_windows_32-bit.zip",
|
||||
"url": "https://github.com/labstack/tunnel-client/releases/download/0.2.10/tunnel_0.2.10_windows_32-bit.zip",
|
||||
"hash": "eb517a0456dab63a80312ccb340de7063d50364aea0dbe62f1f7360aa6bac092"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/labstack/tunnel/releases/download/0.2.10/tunnel_0.2.10_windows_64-bit.zip",
|
||||
"url": "https://github.com/labstack/tunnel-client/releases/download/0.2.10/tunnel_0.2.10_windows_64-bit.zip",
|
||||
"hash": "689bcf0531a617a0f0f1c97858d7d5968c38a721b414aecc938777801596c62b"
|
||||
}
|
||||
},
|
||||
"bin": "tunnel.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/labstack/tunnel"
|
||||
"github": "https://github.com/labstack/tunnel-client"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_$version_windows_32-bit.zip"
|
||||
"url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_$version_windows_32-bit.zip"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_$version_windows_64-bit.zip"
|
||||
"url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_$version_windows_64-bit.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_checksum.txt"
|
||||
"url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_checksum.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user