ScoopInstaller_Main/bucket/algernon.json
2025-02-26 12:32:52 +00:00

26 lines
986 B
JSON

{
"version": "1.17.3",
"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.3/algernon-1.17.3-windows_x86_64_static.zip",
"hash": "7c8dddbd0308d23fbe9093ad0f6e4ffc3bcc8fc2eefc1dc8a6fe32bb2fbe2b6d",
"extract_dir": "algernon-1.17.3-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"
}
}
}
}