From cfaf00b32b70da371c2dad785af62deee481dcdd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 7 Jan 2020 16:00:27 +0000 Subject: [PATCH] algernon: Update to version 1.12.6 --- bucket/algernon.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/algernon.json b/bucket/algernon.json index 43a6282374..c45e6efc21 100644 --- a/bucket/algernon.json +++ b/bucket/algernon.json @@ -1,13 +1,13 @@ { "homepage": "https://algernon.roboticoverlords.org", - "version": "1.12.5", + "version": "1.12.6", "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.5/algernon-1.12.5.zip", - "hash": "4dd396aa5626382630442a488883246d22ea35d4b7356db6535f6f1a71e5ce7c", - "extract_dir": "algernon-1.12.5", + "url": "https://github.com/xyproto/algernon/releases/download/1.12.6/algernon-1.12.6.zip", + "hash": "7155470e90180af5330c0c825aa8017a932e69e8bd8bf0a6ed4a61a1a6393ed2", + "extract_dir": "algernon-1.12.6", "bin": "algernon.exe" } },