|
1 | 1 | class Sttr < Formula
|
2 | 2 | desc "CLI to perform various operations on string"
|
3 | 3 | homepage "https://github.com/abhimanyu003/sttr"
|
4 |
| - url "https://github.com/abhimanyu003/sttr/archive/refs/tags/v0.2.27.tar.gz" |
5 |
| - sha256 "72e1c173843e42b3e719843f2825bf1d2a20e3167016c5962158365969e38df2" |
| 4 | + url "https://github.com/abhimanyu003/sttr/archive/refs/tags/v0.2.28.tar.gz" |
| 5 | + sha256 "c0b5d8fac3d126178f7ec197567eb54566f35faa5d6f3f6d3b67c76197a56691" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/abhimanyu003/sttr.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_tahoe: "51940cef9aa765fde81e838370403f945841450d17ec2a485dd7f142f99efa28" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d015f628e3b46037094749ffa2c33d891137b394a86acf21bd5ad7d58552572b" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d015f628e3b46037094749ffa2c33d891137b394a86acf21bd5ad7d58552572b" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "d015f628e3b46037094749ffa2c33d891137b394a86acf21bd5ad7d58552572b" |
14 |
| - sha256 cellar: :any_skip_relocation, sonoma: "8c842e04ea0c7792a2fe6df9ae3097eeaa744721e928e0743a6e892aae36addd" |
15 |
| - sha256 cellar: :any_skip_relocation, ventura: "8c842e04ea0c7792a2fe6df9ae3097eeaa744721e928e0743a6e892aae36addd" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "51dd4666518f8b010cbbb6f1f2c3d05afe6c1729bbc28cd3b4ba3f2557a855cd" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "8f1be1d2a7eb9477f196fcfb5ffe0c8024a39a8852ed3958bc97a3fa09e679cf" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f1be1d2a7eb9477f196fcfb5ffe0c8024a39a8852ed3958bc97a3fa09e679cf" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f1be1d2a7eb9477f196fcfb5ffe0c8024a39a8852ed3958bc97a3fa09e679cf" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "2a3fd1aa69df4461a58bdbd86ff2c8bcd4baf2e4f7e97e2eb172002c17e8408d" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "98f1e5d2d185559e9f9072fc6e11cbcf29ac4925591b5397ae274662c1d8266f" |
17 | 15 | end
|
18 | 16 |
|
19 | 17 | depends_on "go" => :build
|
|
0 commit comments