Skip to content

Commit 608728d

Browse files
authored
Merge pull request #255841 from Homebrew/bump-yq-4.49.2
yq 4.49.2
2 parents dcc9b93 + fdbc8ee commit 608728d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/y/yq.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Yq < Formula
22
desc "Process YAML, JSON, XML, CSV and properties documents from the CLI"
33
homepage "https://github.com/mikefarah/yq"
4-
url "https://github.com/mikefarah/yq/archive/refs/tags/v4.49.1.tar.gz"
5-
sha256 "8823812fc38dd6c4099d3f60f6e58b54cca77bd3facc390f7f614bf95bdff233"
4+
url "https://github.com/mikefarah/yq/archive/refs/tags/v4.49.2.tar.gz"
5+
sha256 "648d96cc490a4e08edb6bf8ff9498360b405263e202663cd9c92322b3aa557ef"
66
license "MIT"
77
head "https://github.com/mikefarah/yq.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Yq < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "aad7c700f12160ee27f9eafc95250d3304592fa182268a7ba24913be0d943b30"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aad7c700f12160ee27f9eafc95250d3304592fa182268a7ba24913be0d943b30"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aad7c700f12160ee27f9eafc95250d3304592fa182268a7ba24913be0d943b30"
18-
sha256 cellar: :any_skip_relocation, sonoma: "4830b311a270d36a1f537bb174b940ff1544edd3927a8d37c4a7dcf81944740f"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "e6564aa7f1d1ec0f3b708a0fba278ad0bd89daf3f7aec912a90d9f0644c99b6c"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "803fc8be18cddae095071b7f409c564f463a6c14f55960585d5acf515bc01c46"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b1bd2d5b588df0996f20ba6bc2d3c86b6c6927b1cd60d59759cff9cc98e424b5"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1bd2d5b588df0996f20ba6bc2d3c86b6c6927b1cd60d59759cff9cc98e424b5"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1bd2d5b588df0996f20ba6bc2d3c86b6c6927b1cd60d59759cff9cc98e424b5"
18+
sha256 cellar: :any_skip_relocation, sonoma: "f6d329c7931847cd15a4ea4ddd3a59093f92281cd81a7428656676400e5854d8"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "ccb67eeed31efde258a4abd516d689292a2e2e93edcc42a0478ebda3655c8e25"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5c54c5a693474497a3bcb84594ba0339d3eb8a5dad0aa9b4906d216b89d36949"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)