ScoopInstaller_Main/bucket/miniserve.json
2022-03-15 20:27:02 +00:00

22 lines
775 B
JSON

{
"version": "0.19.3",
"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.3/miniserve-v0.19.3-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "dd4099fd4e720c2e6929ac481fd5d5692477048ff21dde2df762a6d389e056bb"
}
},
"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"
}
}
}
}