mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
22 lines
773 B
JSON
22 lines
773 B
JSON
{
|
|
"version": "0.23.2",
|
|
"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.2/miniserve-0.23.2-x86_64-pc-windows-msvc.exe#/miniserve.exe",
|
|
"hash": "e0c586f8d7b8235f17a6b38e960207aa5e68e691670fd1a393cbb537c5a74700"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|