ScoopInstaller_Main/bucket/miniserve.json
2026-02-16 08:33:33 +00:00

22 lines
773 B
JSON

{
"version": "0.33.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.33.0/miniserve-0.33.0-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "0417864d41c57b5573d4999c175eee43597d5313ecbb753782969aab6d8f4c1f"
}
},
"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"
}
}
}
}