ScoopInstaller_Main/bucket/miniserve.json
pengwon 956f1c8d99
miniserve: Update to version 0.22 (#4012)
* Update miniserve.json

After v0.20,the github release link modified.

* Update miniserve.json

update to 0.22

* Update miniserve.json
2022-10-12 20:55:05 +05:30

22 lines
773 B
JSON

{
"version": "0.22.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.22.0/miniserve-0.22.0-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "ada8690615e0f3aec3277d71679232f2d39e1869dbbd560bdd8a0936cd9b03b6"
}
},
"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"
}
}
}
}