ScoopInstaller_Main/bucket/miniserve.json
2021-10-14 16:28:34 +02:00

22 lines
775 B
JSON

{
"version": "0.17.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.17.0/miniserve-v0.17.0-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "2b65c9bef15f8d1e52d513fcaf01ecd9c6fd32fcf435d0b1cc07de27e32734df"
}
},
"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"
}
}
}
}