h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

34 lines
1.2 KiB
JSON

{
"description": "Uncomplicated, modern HTTP server",
"version": "0.4.12",
"homepage": "https://github.com/labstack/armor",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/labstack/armor/releases/download/v0.4.12/armor_0.4.12_windows_32-bit.zip",
"hash": "6cec0d1b63e926851a068460988ccd2202c7650b1d8e2c8d3495c7860653b873"
},
"64bit": {
"url": "https://github.com/labstack/armor/releases/download/v0.4.12/armor_0.4.12_windows_64-bit.zip",
"hash": "d734939d021ecd40f44c7389a2d3dd2234f9584e8c8f31a3fa1964ed254b8a9e"
}
},
"bin": "armor.exe",
"checkver": {
"github": "https://github.com/labstack/armor"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/labstack/armor/releases/download/v$version/armor_$version_windows_32-bit.zip"
},
"64bit": {
"url": "https://github.com/labstack/armor/releases/download/v$version/armor_$version_windows_64-bit.zip"
}
},
"hash": {
"url": "https://github.com/labstack/armor/releases/download/v$version/armor_checksum.txt"
}
}
}