ScoopInstaller_Main/bucket/simple-http-server.json
Alex Stelmachonak e07ce068e0
simple-http-server: Update to version 0.6.1 (#3367)
* Update to 0.6.1 (download URL changed)

* Update simple-http-server.json
2022-03-10 00:05:39 +05:30

24 lines
833 B
JSON

{
"version": "0.6.1",
"description": "Simple http server",
"homepage": "https://github.com/TheWaWaR/simple-http-server",
"license": "MIT",
"architecture": {
"64bit": {
"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": "57039d94af3b3c6b46b0020ab0f05c5a6bf6faadf89e8956aca2224a9134ddc1"
}
},
"bin": "simple-http-server.exe",
"autoupdate": {
"architecture": {
"64bit": {
"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"
}
}
}