ScoopInstaller_Main/bucket/miniserve.json
2023-04-17 16:28:16 +00:00

22 lines
773 B
JSON

{
"version": "0.23.1",
"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.1/miniserve-0.23.1-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "cea7c18c27b3486404b4bac261b3a05a664c9f8226e5608f60365de23801ffcd"
}
},
"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"
}
}
}
}