mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
22 lines
775 B
JSON
22 lines
775 B
JSON
{
|
|
"version": "0.19.5",
|
|
"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.19.5/miniserve-v0.19.5-x86_64-pc-windows-msvc.exe#/miniserve.exe",
|
|
"hash": "ae6b8df8abd22ffc6c698844e51022079d9dce1ec1f9c4a213702ee746ae50df"
|
|
}
|
|
},
|
|
"bin": "miniserve.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/svenstaro/miniserve/releases/download/v$version/miniserve-v$version-x86_64-pc-windows-msvc.exe#/miniserve.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|