ScoopInstaller_Main/armor.json
Vishal Rana c3ddc8f607 Fixed bin name for armor & tunnel (#2175)
Signed-off-by: Vishal Rana <vr@labstack.com>
2018-04-03 17:43:31 +02:00

23 lines
759 B
JSON

{
"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#/armor.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#/armor.exe"
}
}
}
}