diff --git a/Formula/k/kubergrunt.rb b/Formula/k/kubergrunt.rb index 31694981acc8b..c0f51e3aa0df1 100644 --- a/Formula/k/kubergrunt.rb +++ b/Formula/k/kubergrunt.rb @@ -1,8 +1,8 @@ class Kubergrunt < Formula desc "Collection of commands to fill in the gaps between Terraform, Helm, and Kubectl" homepage "https://github.com/gruntwork-io/kubergrunt" - url "https://github.com/gruntwork-io/kubergrunt/archive/refs/tags/v0.14.0.tar.gz" - sha256 "a60d550d8c6dcd19aa0de15396dd355295005b4995c5869394946906b8a760ba" + url "https://github.com/gruntwork-io/kubergrunt/archive/refs/tags/v0.14.1.tar.gz" + sha256 "c9cd2abb50a2e0aae8a503a8034cdef99e0ecab796f47b752762a5e18c59124e" license "Apache-2.0" # Upstream appears to use GitHub releases to indicate that a version is @@ -14,13 +14,13 @@ class Kubergrunt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "791777b2a2504c2d444a8d808d8bc00821afe32eb7a4dd3ceba4702e1ab46094" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0dc2c0bebf7dde87834b47219bc94e4c4d4bf882b29ddb99537d2fbdbb8c4168" - sha256 cellar: :any_skip_relocation, arm64_monterey: "aae9ad0f192fd72819a9fa3ee599c01a2caf0c081545b8446facbdbbe55b479b" - sha256 cellar: :any_skip_relocation, sonoma: "f0630f6859fe1d90ba23840f3097a42848d198aa2fe5b132e9348efe702e7bec" - sha256 cellar: :any_skip_relocation, ventura: "c30a58905d6478a3ee42283f594db5111e140e28d679df147c1b2cb69924d7f7" - sha256 cellar: :any_skip_relocation, monterey: "cc0afb42142846d945f47a71d08ef97329a74a40ac0d4d72f6c00d2ea9cd9b37" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1a6c049b8901b9351a5745c6594399fdb52cd1f78e28635472555cd2e37f2c48" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f3c086bdfcafff052b1c2b50d895fab1f04efc2f0cfe370bbb4ae2094d5b7472" + sha256 cellar: :any_skip_relocation, arm64_ventura: "516f1b7dbf566e3a021ef2f9ce17daba3bdf224a6a7a54447d779b9186202579" + sha256 cellar: :any_skip_relocation, arm64_monterey: "6ec0f93a9614c34f2f0d3c5a9de697c5e7bb312b4eab1d9b145eb683b4e1681c" + sha256 cellar: :any_skip_relocation, sonoma: "0dd8488e6dc91c6ac938dbdeb40f1693d505f46a513574195b96ec998728707e" + sha256 cellar: :any_skip_relocation, ventura: "d6004867e7e55e48a93008a2a7ddbbb3368844ddec959356049be5f619401684" + sha256 cellar: :any_skip_relocation, monterey: "ecc57e1738db620f9edca80e869dc194730be86a9599d509f97fdd95c9d529c4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ac52a60dde0e641191b0eadc3f105537f791e7387c0869323f3492b05df367ec" end depends_on "go" => :build