From 79b60dcdbddea42a489958d3bf4b1b7f2a14f8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 3 Apr 2020 03:49:22 +0200 Subject: [PATCH] algernon: Disable checkver (#968) > The Windows and OpenBSD releases does not compile anymore. I want to look into that at some point. --- bucket/algernon.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/bucket/algernon.json b/bucket/algernon.json index c45e6efc21..bcc8a1e14f 100644 --- a/bucket/algernon.json +++ b/bucket/algernon.json @@ -1,25 +1,22 @@ { - "homepage": "https://algernon.roboticoverlords.org", "version": "1.12.6", "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", - "extract_dir": "algernon-1.12.6", - "bin": "algernon.exe" + "hash": "7155470e90180af5330c0c825aa8017a932e69e8bd8bf0a6ed4a61a1a6393ed2" } }, - "checkver": { - "github": "https://github.com/xyproto/algernon" - }, + "extract_dir": "algernon-1.12.6", + "bin": "algernon.exe", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/xyproto/algernon/releases/download/$version/algernon-$version.zip", - "extract_dir": "algernon-$version" + "url": "https://github.com/xyproto/algernon/releases/download/$version/algernon-$version.zip" } - } + }, + "extract_dir": "algernon-$version" } }