ScoopInstaller_Main/bucket/miniserve.json
2022-02-21 04:30:18 +00:00

22 lines
775 B
JSON

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