simple-http-server: Update to version 0.6.1 (#3367)

* Update to 0.6.1 (download URL changed)

* Update simple-http-server.json
This commit is contained in:
Alex Stelmachonak 2022-03-09 13:35:39 -05:00 committed by GitHub
parent 7cab8bb5e1
commit e07ce068e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,23 @@
{ {
"version": "0.4.2", "version": "0.6.1",
"description": "Simple http server", "description": "Simple http server",
"homepage": "https://github.com/TheWaWaR/simple-http-server", "homepage": "https://github.com/TheWaWaR/simple-http-server",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/TheWaWaR/simple-http-server/releases/download/0.4.2/simple-http-server-win64.zip", "url": "https://github.com/TheWaWaR/simple-http-server/releases/download/v0.6.1/x86_64-pc-windows-msvc-simple-http-server.exe#/simple-http-server.exe",
"hash": "05dec305f1f6bbfa0d343abdbc288e473139c6ee878c907bc079b94e7cc35944" "hash": "57039d94af3b3c6b46b0020ab0f05c5a6bf6faadf89e8956aca2224a9134ddc1"
} }
}, },
"bin": "simple-http-server.exe", "bin": "simple-http-server.exe",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/TheWaWaR/simple-http-server/releases/download/$version/simple-http-server-win64.zip" "url": "https://github.com/TheWaWaR/simple-http-server/releases/download/$version/x86_64-pc-windows-msvc-simple-http-server.exe#/simple-http-server.exe"
} }
},
"hash": {
"url": "$url.sha256"
} }
} }
} }