Skip to content

Commit f4428d3

Browse files
authored
Merge pull request #228088 from Homebrew/bump-templ-0.3.906
templ 0.3.906
2 parents 0a61277 + 0a30d24 commit f4428d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/templ.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Templ < Formula
22
desc "Language for writing HTML user interfaces in Go"
33
homepage "https://templ.guide"
4-
url "https://github.com/a-h/templ/archive/refs/tags/v0.3.898.tar.gz"
5-
sha256 "7b957bab2ec9d77a1155f7134429feb832aff6684258566c46d21044bcb97104"
4+
url "https://github.com/a-h/templ/archive/refs/tags/v0.3.906.tar.gz"
5+
sha256 "0a31891f20448209a232beb35edb30892fdd49b43efb119eddd4488b71d5731f"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c996089deed3bed467992b73b22e24e93f3f0318ab01a0693e217499a59652e5"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c996089deed3bed467992b73b22e24e93f3f0318ab01a0693e217499a59652e5"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c996089deed3bed467992b73b22e24e93f3f0318ab01a0693e217499a59652e5"
12-
sha256 cellar: :any_skip_relocation, sonoma: "c77ceac08bd26e98c4d1857ee1161e8d52687d92a3bbd4d9a16f793b78778729"
13-
sha256 cellar: :any_skip_relocation, ventura: "c77ceac08bd26e98c4d1857ee1161e8d52687d92a3bbd4d9a16f793b78778729"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a3ae81640e92aa900cea2ed0b25e4c38cd519496a8b6c6ac905e402ec7a76ea1"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c2369906ae3f750d3094635fe33c8ae3ec0b5d5e646c44602b8665258eeb2dab"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2369906ae3f750d3094635fe33c8ae3ec0b5d5e646c44602b8665258eeb2dab"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c2369906ae3f750d3094635fe33c8ae3ec0b5d5e646c44602b8665258eeb2dab"
12+
sha256 cellar: :any_skip_relocation, sonoma: "a317b26c379fdf6a72ed54d818794498d1475a14e598c4c04273414393f84051"
13+
sha256 cellar: :any_skip_relocation, ventura: "a317b26c379fdf6a72ed54d818794498d1475a14e598c4c04273414393f84051"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bc29e24659c290f61effc35212affd5b4540ba4dbcd5402e25290c1374d8f9cd"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)