|
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.5.3.tar.gz" |
5 | | - sha256 "80a418cf2413e744495daf5ebd6fec0f86d1aa25ee2f35e2fc39ad9fc0e33135" |
| 4 | + url "https://github.com/rgst-io/stencil/archive/refs/tags/v2.5.4.tar.gz" |
| 5 | + sha256 "de0e3c817aa3591c8cb69dbf053249d49278086a28cde56d3dce478c74f15a64" |
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: "aa101b222ff5d267a90cda63048c51c8b6855591c4fc601e7f91b2abf689797e" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "39845f95598ea113ce69027b818aa7a20eba07281e060bc42b3faf448eaf3971" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "1ab9910f5670fa3898eacfce42fdc63b4cc667324a4107ff5bf8313fb370330c" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "b697461b2ebaeb6ef3990d2f1dbf85e53517f9be0c622dafdb3cd6f62fff3ebb" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "a29f210529d0af53a9038a8b6f7726a0a2fc0a2baa7ea23f4ec71e7b316aadc3" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "7b6edcc24e73a13ca8bd468fc0536a59ea21b30d64f78e6793a70ed6c2dd461d" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "3f1b665cb214d9fd772f3496cf7e4549745937abfaa07583f8047759aa727985" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "287c158d5a3026588e2059c8aa4f8f5ceaa77903ab97de4b0f38c028bef729f6" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a8f71959ae4b88bb9fdb25b1b12e978318e58c7b076bb5367c83f1b2925108a" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "7672ebea0fdeb2fe7e67deee0700f3af8c108ce8f34b77639b41ceb0a88d376f" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "63cea30335820f1973e78bf0458333562369d8bd0c8a0695d6e2971db53a31b4" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "ae7b259b10a40e46e9071087b63539a63eebe33f4c4395844c72e28ebb65912f" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "fb63658ffbcb8855eaed5618c9f42be3be9911c8466133cfd3e08adbe7915a0b" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3bc61a5d15547bcca11c1c57e512dfbe47a4086538a67fb6e51477406649cb77" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments