ScoopInstaller_Main/bucket/miniserve.json
2022-06-26 00:33:58 +00:00

22 lines
775 B
JSON

{
"version": "0.20.0",
"description": "a CLI tool to serve files and dirs over HTTP",
"homepage": "https://github.com/svenstaro/miniserve",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/svenstaro/miniserve/releases/download/v0.20.0/miniserve-v0.20.0-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "df8ee53087168338da831df6d9c615173a6932d8e7b7824e531a01e2a32920ed"
}
},
"bin": "miniserve.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/svenstaro/miniserve/releases/download/v$version/miniserve-v$version-x86_64-pc-windows-msvc.exe#/miniserve.exe"
}
}
}
}