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:
Vishal Rana 2018-04-03 02:40:36 -07:00 committed by Richard Kuhnt
parent fed44e8b9a
commit 346953b6ba
2 changed files with 44 additions and 0 deletions

22
armor.json Normal file
View 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
View 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"
}
}
}
}