mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"description": "Uncomplicated, modern HTTP server",
|
|
"version": "0.4.8",
|
|
"homepage": "https://github.com/labstack/armor",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/labstack/armor/releases/download/0.4.8/armor_0.4.8_windows_32-bit.zip",
|
|
"hash": "5d0594ad1df48fde87e2209b46410d3fc626c00d9f4e9d9fdcc2f87511dc8974"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/armor/releases/download/0.4.8/armor_0.4.8_windows_64-bit.zip",
|
|
"hash": "074d617c21c2befb3d01d85dd38be84fbf8c04cf3f36e68ae807f1194782fceb"
|
|
}
|
|
},
|
|
"bin": "armor.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/labstack/armor"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/labstack/armor/releases/download/$version/armor_$version_windows_32-bit.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/armor/releases/download/$version/armor_$version_windows_64-bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/labstack/armor/releases/download/$version/armor_checksum.txt"
|
|
}
|
|
}
|
|
}
|