Skip to content

Commit 846fde4

Browse files
authored
Merge pull request #222305 from Homebrew/bump-yq-4.45.2
yq 4.45.2
2 parents 33ab75c + 8b839b8 commit 846fde4

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.1.tar.gz"
5-
sha256 "074a21a002c32a1db3850064ad1fc420083d037951c8102adecfea6c5fd96427"
4+
url "https://github.com/mikefarah/yq/archive/refs/tags/v4.45.2.tar.gz"
5+
sha256 "7ae8f8a4acc78dba5ab3a4bb004d390bbf6fe1cd1fc5746ff7db19f8e627b84f"
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: "8f27d4aadc29c30a6293b6cb9921d1efbc6a94f7031ddc49a32838c3c87ff0bc"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f27d4aadc29c30a6293b6cb9921d1efbc6a94f7031ddc49a32838c3c87ff0bc"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8f27d4aadc29c30a6293b6cb9921d1efbc6a94f7031ddc49a32838c3c87ff0bc"
18-
sha256 cellar: :any_skip_relocation, sonoma: "62e0c09cced0c3707ccfee427c6938d17bc37f89d9cf239d34f8814bd574b3db"
19-
sha256 cellar: :any_skip_relocation, ventura: "62e0c09cced0c3707ccfee427c6938d17bc37f89d9cf239d34f8814bd574b3db"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8cfeabdc6ec19899aac26a851c8ddf557784e643b1d574d75ef18d31fdda961f"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "00ae48fd0ccb3757314dbb15c2a4ec7179f8b3746bddf6fd915eadc734f3a380"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "00ae48fd0ccb3757314dbb15c2a4ec7179f8b3746bddf6fd915eadc734f3a380"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "00ae48fd0ccb3757314dbb15c2a4ec7179f8b3746bddf6fd915eadc734f3a380"
18+
sha256 cellar: :any_skip_relocation, sonoma: "bf60e9476c96ed855b2c96d020723526ef552c2fce449bb4e9b22b260a59f451"
19+
sha256 cellar: :any_skip_relocation, ventura: "bf60e9476c96ed855b2c96d020723526ef552c2fce449bb4e9b22b260a59f451"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a999339a362347193d445f836c3dfb5b2bc6cd9f058d3c72fb8c7f525420064b"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)