ScoopInstaller_Main/bucket/simple-http-server.json
2024-10-27 04:29:55 +00:00

26 lines
907 B
JSON

{
"version": "0.6.10",
"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.10/x86_64-pc-windows-msvc-simple-http-server.exe#/simple-http-server.exe",
"hash": "f900eb5cdb64e3219949f83241e0c0c1ff06eecbe9a191af92f4a1bcdeca5f50"
}
},
"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})"
}
}
}