ScoopInstaller_Main/bucket/miniserve.json
2024-01-07 04:25:46 +00:00

22 lines
773 B
JSON

{
"version": "0.25.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.25.0/miniserve-0.25.0-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "987f56777c4183ac50a8c2842ad65bc5e571b9c80eca2c8ca0f6d94f222a6f79"
}
},
"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"
}
}
}
}