ScoopInstaller_Main/bucket/simple-http-server.json
2024-03-04 08:52:24 +00:00

26 lines
905 B
JSON

{
"version": "0.6.9",
"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.9/x86_64-pc-windows-msvc-simple-http-server.exe#/simple-http-server.exe",
"hash": "d4d42be0fc79c9f839d185a66c62afc9e7a34ab9be77c29be2a374165b29046e"
}
},
"bin": "simple-http-server.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/TheWaWaR/simple-http-server/releases/download/v$version/x86_64-pc-windows-msvc-simple-http-server.exe#/simple-http-server.exe"
}
},
"hash": {
"url": "$url.sha256",
"find": "\\\\([a-fA-F\\d]{64})"
}
}
}