Skip to content

Commit

Permalink
11.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Jan 14, 2025
1 parent 0555b1d commit dcab2f5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.36.2"
version "11.37.0"
homepage "https://mondoo.com"

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

livecheck do
url "https://releases.mondoo.com/mondoo/latest/index.html"
Expand Down
2 changes: 1 addition & 1 deletion Casks/mondoo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
homepage "https://mondoo.com"

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

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.36.2"
version "11.37.0"


if Hardware::CPU.intel?
sha256 "3651f0d3b52dd9737bcb9e2787bc2fa71adc8599895076acf3bdb5d31c1c3966"
url "https://releases.mondoo.com/cnquery/11.36.2/cnquery_11.36.2_darwin_amd64.tar.gz"
sha256 "0727fcccaaa67e976eb5f27cdb072ce46d7ad8fba079beb93b7f6a6c59b93e61"
url "https://releases.mondoo.com/cnquery/11.37.0/cnquery_11.37.0_darwin_amd64.tar.gz"
else
sha256 "878b44bb6cfbd02b11d808074325614644f1dbf17aacf6a5d5644cb7dbc10448"
url "https://releases.mondoo.com/cnquery/11.36.2/cnquery_11.36.2_darwin_arm64.tar.gz"
sha256 "66c8e89cb9c0262a06cf6f3286a43f8b9c16fc29cd2cd926721b2835a8930549"
url "https://releases.mondoo.com/cnquery/11.37.0/cnquery_11.37.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.36.2"
version "11.37.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "d4b03c458b3a17a668d2812a12a278f9fc520a40fcad77e92605c4c90aa89477"
url "https://releases.mondoo.com/cnspec/11.36.2/cnspec_11.36.2_darwin_amd64.tar.gz"
sha256 "9e5e1c4223f73ae4110e2b125130b98da84edba7b0cdc9955fe80e01932e3d85"
url "https://releases.mondoo.com/cnspec/11.37.0/cnspec_11.37.0_darwin_amd64.tar.gz"
else
sha256 "e37a4fd9241c5120effe5846766e6a28b6186c545d7a8ed4c4daa609d33a5cd4"
url "https://releases.mondoo.com/cnspec/11.36.2/cnspec_11.36.2_darwin_arm64.tar.gz"
sha256 "afaa3eca33b5f029172fa18260bee4ca638cd7a515837ef8cdc53bf29e67d6bc"
url "https://releases.mondoo.com/cnspec/11.37.0/cnspec_11.37.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit dcab2f5

Please sign in to comment.