ScoopInstaller_Main/bucket/miniserve.json
2022-04-02 16:29:19 +00:00

22 lines
775 B
JSON

{
"version": "0.19.4",
"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.19.4/miniserve-v0.19.4-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "2887560bb4566b813be0499d508737bbb73c2ff119c593ac7b4eda975b4265ab"
}
},
"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"
}
}
}
}