ScoopInstaller_Main/bucket/miniserve.json
2025-02-06 08:30:00 +00:00

22 lines
773 B
JSON

{
"version": "0.29.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.29.0/miniserve-0.29.0-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "8a446e3cdad7a6d2dee7b8bac11f03f7c20309b184ee3391fc198ded9b306571"
}
},
"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"
}
}
}
}