mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
26 lines
905 B
JSON
26 lines
905 B
JSON
{
|
|
"homepage": "https://algernon.roboticoverlords.org",
|
|
"version": "1.12.4",
|
|
"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.4/algernon-1.12.4.zip",
|
|
"hash": "940f02e4ccc43c99affa184f5ddceb487c865fbc22b648ba5378a1b3ecf5a3f5",
|
|
"extract_dir": "algernon-1.12.4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|