Jakub Čábera fa56341c2e yq: Update to version 4.1.0
apimtemplate: Fix extraction
format a*
2020-12-26 08:35:32 +01:00

32 lines
1.1 KiB
JSON

{
"version": "0.4.14",
"description": "Uncomplicated, modern HTTP server",
"homepage": "https://github.com/labstack/armor",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/labstack/armor/releases/download/v0.4.14/armor_0.4.14_windows_64-bit.zip",
"hash": "2d40455b4978987923106a6a5d67fc7555dc74cd339edb5d05ed318d2dbc8ecd"
},
"32bit": {
"url": "https://github.com/labstack/armor/releases/download/v0.4.14/armor_0.4.14_windows_32-bit.zip",
"hash": "038a99e3a114df3b714087043b6204f0a77e265507967c388f8bd52fd4fc2d8a"
}
},
"bin": "armor.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/labstack/armor/releases/download/v$version/armor_$version_windows_64-bit.zip"
},
"32bit": {
"url": "https://github.com/labstack/armor/releases/download/v$version/armor_$version_windows_32-bit.zip"
}
},
"hash": {
"url": "$baseurl/armor_checksum.txt"
}
}
}