algernon: Update to version 1.12.5

This commit is contained in:
Richard Kuhnt 2019-08-22 19:00:16 +00:00
parent c5b0d1924d
commit 4b7497e3e3

View File

@ -1,13 +1,13 @@
{ {
"homepage": "https://algernon.roboticoverlords.org", "homepage": "https://algernon.roboticoverlords.org",
"version": "1.12.4", "version": "1.12.5",
"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.",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/xyproto/algernon/releases/download/1.12.4/algernon-1.12.4.zip", "url": "https://github.com/xyproto/algernon/releases/download/1.12.5/algernon-1.12.5.zip",
"hash": "940f02e4ccc43c99affa184f5ddceb487c865fbc22b648ba5378a1b3ecf5a3f5", "hash": "4dd396aa5626382630442a488883246d22ea35d4b7356db6535f6f1a71e5ce7c",
"extract_dir": "algernon-1.12.4", "extract_dir": "algernon-1.12.5",
"bin": "algernon.exe" "bin": "algernon.exe"
} }
}, },