mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"description": "Uncomplicated, modern HTTP server",
|
|
"version": "0.4.13",
|
|
"homepage": "https://github.com/labstack/armor",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/labstack/armor/releases/download/v0.4.13/armor_0.4.13_windows_32-bit.zip",
|
|
"hash": "fff810cc0392e38fa578898fb8a3295add90addf35e71fe03a62c0ee92a1d297"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/armor/releases/download/v0.4.13/armor_0.4.13_windows_64-bit.zip",
|
|
"hash": "8d445252a8bd8d0810608638037667a14a76960af6e6b82516a9c1d7e031a19b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|