|
1 | 1 | class Templ < Formula |
2 | 2 | desc "Language for writing HTML user interfaces in Go" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | 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" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments