From f79eb932c4fe2fae9f3b16dbdf490feae179b709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= <52813+xyproto@users.noreply.github.com> Date: Mon, 23 Aug 2021 15:07:03 +0200 Subject: [PATCH 1/2] algernon 1.12.14 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/algernon.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/algernon.rb b/Formula/algernon.rb index e50fd8934546..17ba1334b317 100644 --- a/Formula/algernon.rb +++ b/Formula/algernon.rb @@ -1,8 +1,8 @@ class Algernon < Formula desc "Pure Go web server with Lua, Markdown, HTTP/2 and template support" homepage "https://algernon.roboticoverlords.org/" - url "https://github.com/xyproto/algernon/archive/1.12.12.tar.gz" - sha256 "6127eb975da960fd8aa7732c82f3b5e62d14ea763801778552bdbeec28846bf7" + url "https://github.com/xyproto/algernon/archive/1.12.14.tar.gz" + sha256 "cab5b01923142e0326ea2a01797814bb2e8ea9f7c6c41a3ea0ae7df3b667e86e" license "MIT" version_scheme 1 head "https://github.com/xyproto/algernon.git", branch: "main" From 0483faa710677c77c26dc022a0c693fb6c6c9a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= <52813+xyproto@users.noreply.github.com> Date: Tue, 24 Aug 2021 15:05:35 +0200 Subject: [PATCH 2/2] Update Formula/algernon.rb Co-authored-by: Branch Vincent --- Formula/algernon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/algernon.rb b/Formula/algernon.rb index 17ba1334b317..269adbfdde34 100644 --- a/Formula/algernon.rb +++ b/Formula/algernon.rb @@ -1,6 +1,6 @@ class Algernon < Formula desc "Pure Go web server with Lua, Markdown, HTTP/2 and template support" - homepage "https://algernon.roboticoverlords.org/" + homepage "https://github.com/xyproto/algernon" url "https://github.com/xyproto/algernon/archive/1.12.14.tar.gz" sha256 "cab5b01923142e0326ea2a01797814bb2e8ea9f7c6c41a3ea0ae7df3b667e86e" license "MIT"