Skip to content

Commit

Permalink
11.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Nov 19, 2024
1 parent eb2e247 commit 4ad724f
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.30.2"
version "11.31.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "a26e96994c866ccd4c83ca8286d1a4c58b3b2a9c20859f2a218aa876d6dc4075"
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.30.2"
version "11.31.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "a26e96994c866ccd4c83ca8286d1a4c58b3b2a9c20859f2a218aa876d6dc4075"
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.30.2"
version "11.31.0"


if Hardware::CPU.intel?
sha256 ""
url "https://releases.mondoo.com/cnquery/11.30.2/cnquery_11.30.2_darwin_amd64.tar.gz"
sha256 "054be024d9a17eca33ddc65d90932e8ac97022f0fa9ffab9d9266fda590f8ccd"
url "https://releases.mondoo.com/cnquery/11.31.0/cnquery_11.31.0_darwin_amd64.tar.gz"
else
sha256 ""
url "https://releases.mondoo.com/cnquery/11.30.2/cnquery_11.30.2_darwin_arm64.tar.gz"
sha256 "7059a8f92569d51bb8fff052498401e83c460853d98af1a7dbf9aa51c337ef43"
url "https://releases.mondoo.com/cnquery/11.31.0/cnquery_11.31.0_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.30.2"
version "11.31.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "5b86788ee3bfea03fba286296e2321cece20d501e0a6e805c2a70be7699009d7"
url "https://releases.mondoo.com/cnspec/11.30.2/cnspec_11.30.2_darwin_amd64.tar.gz"
sha256 "1a28afce3a4d87653ef62ea3d3d74b9873fbd74d7eb20060ed1fa80b2b9590c5"
url "https://releases.mondoo.com/cnspec/11.31.0/cnspec_11.31.0_darwin_amd64.tar.gz"
else
sha256 "1d0b3244cbf6b1e7e0ec5dfcf38a9b527ebf2ece6f38a7d3b27a5b04352a5b50"
url "https://releases.mondoo.com/cnspec/11.30.2/cnspec_11.30.2_darwin_arm64.tar.gz"
sha256 "005c1060f851e148e262a622d8f643ba01aee8bb2cbdab0eb4918caf4289b192"
url "https://releases.mondoo.com/cnspec/11.31.0/cnspec_11.31.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 4ad724f

Please sign in to comment.