11class Roxctl < Formula
22 desc "CLI for Stackrox"
33 homepage "https://www.stackrox.io/"
4- url "https://github.com/stackrox/stackrox/archive/refs/tags/4.7.0 .tar.gz"
5- sha256 "171e1c72b117b702eea8559f8411bbbb63afeb3a1b468616a0faac13f2775160 "
4+ url "https://github.com/stackrox/stackrox/archive/refs/tags/4.7.1 .tar.gz"
5+ sha256 "c4cfc0fe535ccb9b4cef9fa5b9b7156735f8a1cb7a94dc6b21088adee3328046 "
66 license "Apache-2.0"
77 head "https://github.com/stackrox/stackrox.git" , branch : "master"
88
@@ -12,12 +12,12 @@ class Roxctl < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "d8882f2915833d44944652bec35a21f30ab15934206c273328ae3c4753babc96 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "232c08826eef542f9d39c2ae156b9a585f4dd0171f2cb2c698ad607516b7db31 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "2889b5f037c851105fb1a26572e730a31a36467d10a0f126f73d9b358120644a "
18- sha256 cellar : :any_skip_relocation , sonoma : "e0aab55fa475fab78d281ecbb16f95b00350d146ebf9e22a0866e9a97012aa30 "
19- sha256 cellar : :any_skip_relocation , ventura : "ecdb7dd87fc3dc5728227656046e3597a7d1e179ff8c8f40fe8692f76773941c "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "25426a288d00acdc314e986fc106018d4382b3b3e459599d8e65642a2096591b "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "b02ac5e3ef0fb8e696f37c9d46d34a277b797575076f9966005eb17593be143e "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "6c5f55b7e22f044faf0d320dba9c19d78a0207a2fdcd9ffcf314d606c69ac00b "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "c852f803ea0208bdf542e034b57a7db7766c537cd4e16e0166b50b797d5d17a8 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "b94546d397b4fa6a9ddaa732db8a810c53a4fdd8946c80f042f43c4cd78950aa "
19+ sha256 cellar : :any_skip_relocation , ventura : "4bdaa6fc0526b0c203c094ab464801ae04af0096a2e96701e210660b7cacca98 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "28abe05cc7e62bb0c65c67f35218a39dfd483c2a239c265f66e2532724f92a82 "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments