mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
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:
parent
7cab8bb5e1
commit
e07ce068e0
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user