ScoopInstaller_Main/bucket/miniserve.json
2023-03-01 04:28:49 +00:00

22 lines
773 B
JSON

{
"version": "0.23.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.23.0/miniserve-0.23.0-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "ec67d44ebda88bdd44d98d4859cca3dfc533049d78a2b59c3a3aaf67d3724608"
}
},
"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"
}
}
}
}