algernon: Update to version 1.12.12

This commit is contained in:
Jakub Čábera 2021-04-28 12:02:50 +02:00
parent 7b87f0c61d
commit 5de810b08d

View File

@ -1,20 +1,23 @@
{
"version": "1.12.6",
"description": "Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support.",
"version": "1.12.12",
"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.6/algernon-1.12.6.zip",
"hash": "7155470e90180af5330c0c825aa8017a932e69e8bd8bf0a6ed4a61a1a6393ed2"
"url": "https://github.com/xyproto/algernon/releases/download/1.12.12/algernon-1.12.12-windows.zip",
"hash": "b536c106cc85f4d513929be9e14b4d172a5c5a04f3df97d1ec07b8be369773c5"
}
},
"extract_dir": "algernon-1.12.6",
"extract_dir": "algernon-1.12.12",
"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"
"url": "https://github.com/xyproto/algernon/releases/download/$version/algernon-$version-windows.zip"
}
},
"extract_dir": "algernon-$version"