diff --git a/Formula/y/yq.rb b/Formula/y/yq.rb index d4f089379432..154323fce6e8 100644 --- a/Formula/y/yq.rb +++ b/Formula/y/yq.rb @@ -1,8 +1,8 @@ class Yq < Formula desc "Process YAML, JSON, XML, CSV and properties documents from the CLI" homepage "https://github.com/mikefarah/yq" - url "https://github.com/mikefarah/yq/archive/refs/tags/v4.42.1.tar.gz" - sha256 "be31e5e828a0251721ea71964596832d4a40cbc21c8a8392a804bc8d1c55dd62" + url "https://github.com/mikefarah/yq/archive/refs/tags/v4.43.1.tar.gz" + sha256 "e5581d28bae2bcdf70501dfd251233c592eb3e39a210956ee74965b784435d63" license "MIT" head "https://github.com/mikefarah/yq.git", branch: "master" @@ -12,14 +12,13 @@ class Yq < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2647fa4f4e870095cc3075f1949eb56fe13c6465bad94c0026f655341557f26" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f14ae7b2247a179d9c61dbfe031d6dbeea214382ba9e23dc3b4da2d8ddeb4267" - sha256 cellar: :any_skip_relocation, arm64_monterey: "5b46cf4bb92a631ae781d705c04c16d16859f5c65dc251e82eeca01d8b8d5a67" - sha256 cellar: :any_skip_relocation, sonoma: "d7410aec42a972e19aadb730447e0d5f8e0278e36d42d1288b155656769f1d63" - sha256 cellar: :any_skip_relocation, ventura: "b5c78848aa5b4e4e57fc65c77876905987ee4507e20028a7a62fcfe335f4a569" - sha256 cellar: :any_skip_relocation, monterey: "6dc69ce9dec49778cc0e98c4bf70070796ed6aa7e5b48053ef51e310699ba93e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c5cc97ff03d5d07b8f8381e7f282ef0b74b0d9c273df50535985fa0dd81cdaa1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc36b4b41929e9e689befbecb557dbf7acf6c743ca17809f65a109ef23833c0b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ee8073f931c90c1caacc020a6b05cf7bee819ea7135890b7626601ad1787b4bb" + sha256 cellar: :any_skip_relocation, arm64_monterey: "1d652cf11ad65dac1d8c772168f62ca6e672ee61f69f9c47b5a46819089f1cfe" + sha256 cellar: :any_skip_relocation, sonoma: "3f23e27ff4f8ea8a39b07ae5b7d808d5a5cbc548124b56154c0b08585737eb23" + sha256 cellar: :any_skip_relocation, ventura: "ccbd38a9b07256344d78bd127fb66f4d2b0f4831385d7458f5e36bed8f796548" + sha256 cellar: :any_skip_relocation, monterey: "85a5394913a5734cef1fc388eee37e4dfb21c69e4414c8c658b8e04cb9963262" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8642969ca0738f0a4e632ee2877edf601e2747220460b29e8ab3368ff3e80a0e" end depends_on "go" => :build