ScoopInstaller_Main/bucket/algernon.json
2020-01-07 16:00:27 +00:00

26 lines
905 B
JSON

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