ScoopInstaller_Main/bucket/miniserve.json
2025-06-26 12:31:47 +00:00

22 lines
773 B
JSON

{
"version": "0.30.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.30.0/miniserve-0.30.0-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "bef36f521f6bb83c7b6579c118c2dc57eb3aba1a3dc9422bb1711b067cbbda9a"
}
},
"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"
}
}
}
}