ScoopInstaller_Main/bucket/algernon.json
2021-04-28 12:02:50 +02:00

26 lines
900 B
JSON

{
"version": "1.12.12",
"description": "Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support",
"homepage": "https://algernon.roboticoverlords.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/xyproto/algernon/releases/download/1.12.12/algernon-1.12.12-windows.zip",
"hash": "b536c106cc85f4d513929be9e14b4d172a5c5a04f3df97d1ec07b8be369773c5"
}
},
"extract_dir": "algernon-1.12.12",
"bin": "algernon.exe",
"checkver": {
"github": "https://github.com/xyproto/algernon"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xyproto/algernon/releases/download/$version/algernon-$version-windows.zip"
}
},
"extract_dir": "algernon-$version"
}
}