From d7b24360b0b11c2d124d736514bb33327f05ddcf Mon Sep 17 00:00:00 2001 From: tech189 Date: Sun, 15 May 2022 10:23:38 +0100 Subject: [PATCH] algernon: Update to version 1.13.0 (#3574) * algernon: Update to version 1.13.0, fix autoupdate * algernon: Move extract_dir into architecture --- bucket/algernon.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/algernon.json b/bucket/algernon.json index b2daa73f90..5936ce9740 100644 --- a/bucket/algernon.json +++ b/bucket/algernon.json @@ -1,15 +1,15 @@ { - "version": "1.12.14", + "version": "1.13.0", "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.14/algernon-1.12.14-windows.zip", - "hash": "c0a1e05ed3178585221fe79d11307eee96f59ce0b1caad26dc1d2ab6ddd29379" + "url": "https://github.com/xyproto/algernon/releases/download/v1.13.0/algernon-1.13.0-windows_x86_64_static.zip", + "hash": "4919f60d879b2707d6773954c53eeb8ad1ade49cd67a1eedf63d2692a8bcdcfd", + "extract_dir": "algernon-1.13.0-windows_x86_64_static" } }, - "extract_dir": "algernon-1.12.14", "bin": "algernon.exe", "checkver": { "github": "https://github.com/xyproto/algernon" @@ -17,9 +17,9 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/xyproto/algernon/releases/download/$version/algernon-$version-windows.zip" + "url": "https://github.com/xyproto/algernon/releases/download/v$version/algernon-$version-windows_x86_64_static.zip", + "extract_dir": "algernon-$version-windows_x86_64_static" } - }, - "extract_dir": "algernon-$version" + } } }