mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 11:31:42 +00:00
Add armor and tunnel (#2173)
* Add armor (https://github.com/labstack/armor) Signed-off-by: Vishal Rana <vr@labstack.com> * Add tunnel (https://github.com/labstack/tunnel) Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
fed44e8b9a
commit
346953b6ba
22
armor.json
Normal file
22
armor.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": "0.4.3",
|
||||
"homepage": "https://github.com/labstack/armor",
|
||||
"license": "https://github.com/labstack/armor/blob/master/LICENSE",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/labstack/armor/releases/download/0.4.3/armor-0.4.3-windows-8.0-amd64.exe",
|
||||
"hash": "618d53b71d8c8f7e332fc53d72188d11c43d01add9ec858b172b3f802bd3e6b6"
|
||||
}
|
||||
},
|
||||
"bin": "armor.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/labstack/armor"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/labstack/armor/releases/download/$version/armor-$version-windows-8.0-amd64.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
22
tunnel.json
Normal file
22
tunnel.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": "0.1.1",
|
||||
"homepage": "https://github.com/labstack/tunnel",
|
||||
"license": "https://github.com/labstack/tunnel/blob/master/LICENSE",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/labstack/tunnel/releases/download/0.1.1/tunnel-0.1.1-windows-8.0-amd64.exe",
|
||||
"hash": "0fe800236fbfaa79c328b0bbd059cc2dfc2387d12cb106a627a2e25afafabd9d"
|
||||
}
|
||||
},
|
||||
"bin": "tunnel.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/labstack/tunnel"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel-$version-windows-8.0-amd64.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user