diff --git a/bucket/algernon.json b/bucket/algernon.json new file mode 100644 index 0000000000..e9cf5928ff --- /dev/null +++ b/bucket/algernon.json @@ -0,0 +1,25 @@ +{ + "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" + } + } + } +}