mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
22 lines
773 B
JSON
22 lines
773 B
JSON
{
|
|
"version": "0.31.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.31.0/miniserve-0.31.0-x86_64-pc-windows-msvc.exe#/miniserve.exe",
|
|
"hash": "b6b8079799abdfbadf81c38b8582bc43e5c86512d9b6832c216b69b53499951c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|