Skip to content

Commit e130d59

Browse files
authored
Merge pull request #246942 from Homebrew/bump-sttr-0.2.28
sttr 0.2.28
2 parents 7da3ea2 + dc13bbd commit e130d59

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Formula/s/sttr.rb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class Sttr < Formula
22
desc "CLI to perform various operations on string"
33
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"
66
license "MIT"
77
head "https://github.com/abhimanyu003/sttr.git", branch: "main"
88

99
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"
1715
end
1816

1917
depends_on "go" => :build

0 commit comments

Comments
 (0)