Skip to content

Commit

Permalink
Merge pull request #139176 from stefanb/algernon-1.15.3
Browse files Browse the repository at this point in the history
algernon 1.15.3
  • Loading branch information
BrewTestBot authored Aug 10, 2023
2 parents 261c362 + 14c02db commit 252c66c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/algernon.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Algernon < Formula
desc "Pure Go web server with Lua, Markdown, HTTP/2 and template support"
homepage "https://github.com/xyproto/algernon"
url "https://github.com/xyproto/algernon/archive/refs/tags/v1.15.2.tar.gz"
sha256 "eb693954feaac8e589818f41c619c362256bac774e57c69d24c4ab08201974ee"
url "https://github.com/xyproto/algernon/archive/refs/tags/v1.15.3.tar.gz"
sha256 "38dfdda60b0a29d0c22b8a2b0ad549b66d554d1e4f076c76722b532aa281d2dd"
license "BSD-3-Clause"
version_scheme 1
head "https://github.com/xyproto/algernon.git", branch: "main"
Expand All @@ -13,13 +13,13 @@ class Algernon < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "5b4ea9f9de0d82962aa894bbac4ffdb7cc9687875213069c71d986e7f59f3e69"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5b4ea9f9de0d82962aa894bbac4ffdb7cc9687875213069c71d986e7f59f3e69"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "5b4ea9f9de0d82962aa894bbac4ffdb7cc9687875213069c71d986e7f59f3e69"
sha256 cellar: :any_skip_relocation, ventura: "f7f7b14df747ef14f9ed34b8b2877e38b4badfdf6396b10c552c70210baa6318"
sha256 cellar: :any_skip_relocation, monterey: "f7f7b14df747ef14f9ed34b8b2877e38b4badfdf6396b10c552c70210baa6318"
sha256 cellar: :any_skip_relocation, big_sur: "f7f7b14df747ef14f9ed34b8b2877e38b4badfdf6396b10c552c70210baa6318"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3a48302edad583fbc5d4eb4f2d94805d5bf11b34fa4d14b2feb004c17c9598e1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8a5fbc78f56e52a4936aad2b6b8cf7df79bc025d2fdacb46c215c8d608c5095f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8a5fbc78f56e52a4936aad2b6b8cf7df79bc025d2fdacb46c215c8d608c5095f"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "8a5fbc78f56e52a4936aad2b6b8cf7df79bc025d2fdacb46c215c8d608c5095f"
sha256 cellar: :any_skip_relocation, ventura: "385a17d4bf85d85ca448a5b80dc5f36c4ed4e76efc5b9f5d350217d66df1fcdb"
sha256 cellar: :any_skip_relocation, monterey: "385a17d4bf85d85ca448a5b80dc5f36c4ed4e76efc5b9f5d350217d66df1fcdb"
sha256 cellar: :any_skip_relocation, big_sur: "385a17d4bf85d85ca448a5b80dc5f36c4ed4e76efc5b9f5d350217d66df1fcdb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e220fe9c18b40e21f33e2b49ec620a3b5b5d8f962c70aa3e06f0c652b6de45e"
end

depends_on "go" => :build
Expand Down

0 comments on commit 252c66c

Please sign in to comment.