Skip to content

Commit e5b5410

Browse files
authored
Merge pull request #216857 from Homebrew/bump-stencil-2.3.0
stencil 2.3.0
2 parents b87582b + 18cb5a1 commit e5b5410

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/stencil.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Stencil < Formula
22
desc "Modern living-template engine for evolving repositories"
33
homepage "https://stencil.rgst.io"
4-
url "https://github.com/rgst-io/stencil/archive/refs/tags/v2.2.0.tar.gz"
5-
sha256 "edf1f0e553c9f7bf8347dc46436e9d22db74e12726155933e97e4df3c185c982"
4+
url "https://github.com/rgst-io/stencil/archive/refs/tags/v2.3.0.tar.gz"
5+
sha256 "7e0b283b6d6c97d9b7d5b9418a9217016494f9fee9460b3953a805fcc9548296"
66
license "Apache-2.0"
77
head "https://github.com/rgst-io/stencil.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "549622a27f4f035b4fce7ea5a92dcbf483fb12757cba29256267d7a508f0a23f"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9425a0d40e7c843c1bf548c681f1bc0b02723e7eb9ed2de1af970bb6788ed0af"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f33807e2ca78650d6f15fd32533f93f4c79775dee3ba90e7e5fd12ae6d3f7817"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8df1bb846f5b70c78b53ed6264a5a432212c1f529285a8325649c9f49f70aa97"
14-
sha256 cellar: :any_skip_relocation, ventura: "d32e6c94a43e41e361f8b92d906566e068219f0626ed1833f43c7907121bfac4"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4403742d5db441ede99dd3bf79392629b152d5027b1ef390804c8396190563c9"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f3f27befeb4ebb961c9f973d4320be34d486a8d5bbc2a2bcad055e817c1cac4"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1c3b03ad4de9bff542c80895941a3f502c83e0c9462e98b623c0247c2e4f379"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a3182ec4f2c077df6373d4e62e5776d18ab0fed14922b612411f7136913c386e"
13+
sha256 cellar: :any_skip_relocation, sonoma: "4ddf7b12ea85a2b86cd4ebea5e96e86d5a99f0b08d62dc96e371f5628fbd7440"
14+
sha256 cellar: :any_skip_relocation, ventura: "d27e788fe20be3be61f335936c758c141d0d2d1b619ea80f82c85a186f5d5dce"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "29e49f89b72c8003f00040c977ad3dc0ff868720bb61e22d153cddabfe610706"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)