Skip to content

Commit 06196c8

Browse files
authored
Merge pull request #229606 from Homebrew/bump-yq-4.46.1
yq 4.46.1
2 parents ba4683a + cd52315 commit 06196c8

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.45.4.tar.gz"
5-
sha256 "e06b9b219ad885b08cf983a7ce5ff6d946587ab4ffc62de4538655bb50e39111"
4+
url "https://github.com/mikefarah/yq/archive/refs/tags/v4.46.1.tar.gz"
5+
sha256 "4388aafca667988044c9517cd981dcbeb072916853c3ebd681c12a5038e7eb12"
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_sequoia: "2e67a801ebd410bb0183ae6bd5ce47963b910da7cb3fc77b0b6b1ff59c67a2d7"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e67a801ebd410bb0183ae6bd5ce47963b910da7cb3fc77b0b6b1ff59c67a2d7"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2e67a801ebd410bb0183ae6bd5ce47963b910da7cb3fc77b0b6b1ff59c67a2d7"
18-
sha256 cellar: :any_skip_relocation, sonoma: "1338d9a2ce0b7c03895ff8df6c96e52d150e609c57e0cbc874f4aadfe118f8f1"
19-
sha256 cellar: :any_skip_relocation, ventura: "1338d9a2ce0b7c03895ff8df6c96e52d150e609c57e0cbc874f4aadfe118f8f1"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5c64691dcf2f41bb3f474190c4b360918c90d0d652e2d6721f41b95df4779388"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "55dee24428cdaa6dd73f9f4e8ba737d7134cb4715bf2e5f91a3475fada2156d0"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "55dee24428cdaa6dd73f9f4e8ba737d7134cb4715bf2e5f91a3475fada2156d0"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "55dee24428cdaa6dd73f9f4e8ba737d7134cb4715bf2e5f91a3475fada2156d0"
18+
sha256 cellar: :any_skip_relocation, sonoma: "01906864efce134dfa2ae2805c244383166da01f2d492f3ec022b3784490ce08"
19+
sha256 cellar: :any_skip_relocation, ventura: "01906864efce134dfa2ae2805c244383166da01f2d492f3ec022b3784490ce08"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b9dabefc868bff015ff6a657e597334be905d215f3d213c3365899fd62914c26"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)