|
1 | 1 | class Stencil < Formula
|
2 | 2 | desc "Modern living-template engine for evolving repositories"
|
3 | 3 | 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" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/rgst-io/stencil.git", branch: "main"
|
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments