11class Kubergrunt < Formula
22 desc "Collection of commands to fill in the gaps between Terraform, Helm, and Kubectl"
33 homepage "https://github.com/gruntwork-io/kubergrunt"
4- url "https://github.com/gruntwork-io/kubergrunt/archive/refs/tags/v0.18.0 .tar.gz"
5- sha256 "09dfa47989d123bf255dac74022715ce48907af6a13c88dc52ef78932b52481c "
4+ url "https://github.com/gruntwork-io/kubergrunt/archive/refs/tags/v0.18.1 .tar.gz"
5+ sha256 "f1a66d56018d531002eba414baca9f7e56417ca17e24e60ccfe42bb23cff3e04 "
66 license "Apache-2.0"
77 head "https://github.com/gruntwork-io/kubergrunt.git" , branch : "main"
88
@@ -15,12 +15,12 @@ class Kubergrunt < Formula
1515 end
1616
1717 bottle do
18- sha256 cellar : :any_skip_relocation , arm64_sequoia : "e247027826e1df12ae7dcf045230464119efe75afc9d3fc462b89b8d42bdfe02 "
19- sha256 cellar : :any_skip_relocation , arm64_sonoma : "e247027826e1df12ae7dcf045230464119efe75afc9d3fc462b89b8d42bdfe02 "
20- sha256 cellar : :any_skip_relocation , arm64_ventura : "e247027826e1df12ae7dcf045230464119efe75afc9d3fc462b89b8d42bdfe02 "
21- sha256 cellar : :any_skip_relocation , sonoma : "d46d7e5445445515f9dc30d1b56128fd29f6b64e1d15eea59449cec974c0690d "
22- sha256 cellar : :any_skip_relocation , ventura : "d46d7e5445445515f9dc30d1b56128fd29f6b64e1d15eea59449cec974c0690d "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "f941bc0f5b7332db3c08502d8cba66fef71089570e6f9e33c26f64fdeae50cc2 "
18+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "7ff39366f9b15f17a7d06efbd707df318be5fe82cef35299f23db514c9dab074 "
19+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "7ff39366f9b15f17a7d06efbd707df318be5fe82cef35299f23db514c9dab074 "
20+ sha256 cellar : :any_skip_relocation , arm64_ventura : "7ff39366f9b15f17a7d06efbd707df318be5fe82cef35299f23db514c9dab074 "
21+ sha256 cellar : :any_skip_relocation , sonoma : "35206434257bfed2dae0d13eb4c523e052a4c183ec665b6b9d907aa068d3bdbe "
22+ sha256 cellar : :any_skip_relocation , ventura : "35206434257bfed2dae0d13eb4c523e052a4c183ec665b6b9d907aa068d3bdbe "
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "ab1c1173149053245a53a7a10a62047bfb348b26dfacb29417634038649e2c5b "
2424 end
2525
2626 depends_on "go" => :build
0 commit comments