mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
26 lines
900 B
JSON
26 lines
900 B
JSON
{
|
|
"version": "1.12.14",
|
|
"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.14/algernon-1.12.14-windows.zip",
|
|
"hash": "c0a1e05ed3178585221fe79d11307eee96f59ce0b1caad26dc1d2ab6ddd29379"
|
|
}
|
|
},
|
|
"extract_dir": "algernon-1.12.14",
|
|
"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"
|
|
}
|
|
}
|