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
This commit is contained in:
pengwon 2022-10-12 23:25:05 +08:00 committed by GitHub
parent dd41974f8f
commit 956f1c8d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{
"version": "0.20.0",
"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.20.0/miniserve-v0.20.0-x86_64-pc-windows-msvc.exe#/miniserve.exe",
"hash": "df8ee53087168338da831df6d9c615173a6932d8e7b7824e531a01e2a32920ed"
"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",
@ -14,7 +14,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/svenstaro/miniserve/releases/download/v$version/miniserve-v$version-x86_64-pc-windows-msvc.exe#/miniserve.exe"
"url": "https://github.com/svenstaro/miniserve/releases/download/v$version/miniserve-$version-x86_64-pc-windows-msvc.exe#/miniserve.exe"
}
}
}