ScoopInstaller_Main/bucket/miniserve.json
2022-02-06 16:29:33 +00:00

22 lines
775 B
JSON

{
"version": "0.19.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.19.0/miniserve-v0.19.0-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "a5886c66d84ce51d693564cf6403b3ea8e5836473bff3645575c9a5b7b6354b7"
}
},
"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"
}
}
}
}