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", "version": "1.12.12",
"description": "Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support.", "description": "Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support",
"homepage": "https://algernon.roboticoverlords.org", "homepage": "https://algernon.roboticoverlords.org",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/xyproto/algernon/releases/download/1.12.6/algernon-1.12.6.zip", "url": "https://github.com/xyproto/algernon/releases/download/1.12.12/algernon-1.12.12-windows.zip",
"hash": "7155470e90180af5330c0c825aa8017a932e69e8bd8bf0a6ed4a61a1a6393ed2" "hash": "b536c106cc85f4d513929be9e14b4d172a5c5a04f3df97d1ec07b8be369773c5"
} }
}, },
"extract_dir": "algernon-1.12.6", "extract_dir": "algernon-1.12.12",
"bin": "algernon.exe", "bin": "algernon.exe",
"checkver": {
"github": "https://github.com/xyproto/algernon"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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" "extract_dir": "algernon-$version"