algernon: Add version 1.12.4 (#46)

This commit is contained in:
Hsiao-nan Cheung 2019-05-10 19:10:03 +08:00 committed by Richard Kuhnt
parent 70737f6678
commit 6230b52c1c

25
bucket/algernon.json Normal file
View File

@ -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"
}
}
}
}