mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
26 lines
986 B
JSON
26 lines
986 B
JSON
{
|
|
"version": "1.17.2",
|
|
"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/v1.17.2/algernon-1.17.2-windows_x86_64_static.zip",
|
|
"hash": "c00286c57537a34ac382b2f9a11a5fa1e877ba6a18da3ea6db0d19940c6e109a",
|
|
"extract_dir": "algernon-1.17.2-windows_x86_64_static"
|
|
}
|
|
},
|
|
"bin": "algernon.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/xyproto/algernon"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/xyproto/algernon/releases/download/v$version/algernon-$version-windows_x86_64_static.zip",
|
|
"extract_dir": "algernon-$version-windows_x86_64_static"
|
|
}
|
|
}
|
|
}
|
|
}
|