From 5de810b08ddcd1d0ac61b711ef454a3639402a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 28 Apr 2021 12:02:50 +0200 Subject: [PATCH] algernon: Update to version 1.12.12 --- bucket/algernon.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/bucket/algernon.json b/bucket/algernon.json index bcc8a1e14f..28f2af5f33 100644 --- a/bucket/algernon.json +++ b/bucket/algernon.json @@ -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"