Skip to content

Commit

Permalink
11.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Sep 11, 2024
1 parent 477a182 commit 3fa04de
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Casks/mondoo-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
cask "mondoo-cli" do
name "Mondoo"
desc "Mondoo Enterprise Package for cnquery and cnspec"
version "11.21.0"
version "11.21.1"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "4b857697a19d5af599e45de5d1d39d6fbfa29fb87cb0744f0e7386c813ce0a76"
sha256 ""

livecheck do
url "https://releases.mondoo.com/mondoo/latest/index.html"
Expand Down
4 changes: 2 additions & 2 deletions Casks/mondoo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
cask "mondoo" do
name "Mondoo"
desc "Mondoo Enterprise Package for cnquery and cnspec"
version "11.21.0"
version "11.21.1"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "4b857697a19d5af599e45de5d1d39d6fbfa29fb87cb0744f0e7386c813ce0a76"
sha256 ""

livecheck do
url "https://releases.mondoo.com/mondoo/latest/index.html"
Expand Down
10 changes: 5 additions & 5 deletions Formula/cnquery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
class Cnquery < Formula
desc "Cloud-Native Query - Asset Inventory Framework"
homepage "https://mondoo.com"
version "11.21.0"
version "11.21.1"


if Hardware::CPU.intel?
sha256 "c35d8e1e74a543b14ba6855ea983b72be9aa304a86c8786ea20420be828bc83f"
url "https://releases.mondoo.com/cnquery/11.21.0/cnquery_11.21.0_darwin_amd64.tar.gz"
sha256 "da180dc206056cb433f537371345958253856f8196966ed9ee9e907a33f47d62"
url "https://releases.mondoo.com/cnquery/11.21.1/cnquery_11.21.1_darwin_amd64.tar.gz"
else
sha256 "0b50eb926139310c4ef75b2d16692864f79761ce308210f57a8798d52fd2a173"
url "https://releases.mondoo.com/cnquery/11.21.0/cnquery_11.21.0_darwin_arm64.tar.gz"
sha256 "7369948915e1978670d482d1abccff4f690e451bc2af3685585ea6fa27589cf8"
url "https://releases.mondoo.com/cnquery/11.21.1/cnquery_11.21.1_darwin_arm64.tar.gz"
end

def install
Expand Down
10 changes: 5 additions & 5 deletions Formula/cnspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
class Cnspec < Formula
desc "Cloud-Native Security and Policy Framework "
homepage "https://mondoo.com"
version "11.21.0"
version "11.21.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "0432f408595fc7ba941d8ace2548cb4ed8efa0b482c395e52c7a61b101e80db7"
url "https://releases.mondoo.com/cnspec/11.21.0/cnspec_11.21.0_darwin_amd64.tar.gz"
sha256 "b9dbe7a5b3c4f656bdd7b4f3b44d1c6af2e4f11b959176ac880daed7b3a4e3e6"
url "https://releases.mondoo.com/cnspec/11.21.1/cnspec_11.21.1_darwin_amd64.tar.gz"
else
sha256 "69e19f83ca9fac1af3f8d149a5a56c6930db7ccdd82e8ddf17a21af31e4b9ca0"
url "https://releases.mondoo.com/cnspec/11.21.0/cnspec_11.21.0_darwin_arm64.tar.gz"
sha256 "9a6c2bfa5b32f6e251ef8a98b84cd619e01192b47f884ca3dbbbd2bbeff5dd61"
url "https://releases.mondoo.com/cnspec/11.21.1/cnspec_11.21.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 3fa04de

Please sign in to comment.