ScoopInstaller_Main/bucket/miniserve.json
2024-03-16 12:30:31 +00:00

22 lines
773 B
JSON

{
"version": "0.27.1",
"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.27.1/miniserve-0.27.1-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "060705db94b7ea673486db72ffc54fbd5e3c898758f9a16575d636c78e95dffb"
}
},
"bin": "miniserve.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/svenstaro/miniserve/releases/download/v$version/miniserve-$version-x86_64-pc-windows-msvc.exe#/miniserve.exe"
}
}
}
}