Skip to content

Commit

Permalink
11.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Feb 4, 2025
1 parent 0e51fbc commit 22d688b
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.39.0"
version "11.40.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "9f18ab3b99c4affc5e81544c21afa1762c3879abb61215d982e55767b871194b"
sha256 "656fde9dc61f7f54f7a7f58de078278ca2ef9148e1fa83e72bf6f640fda510e2"

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.39.0"
version "11.40.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "9f18ab3b99c4affc5e81544c21afa1762c3879abb61215d982e55767b871194b"
sha256 "656fde9dc61f7f54f7a7f58de078278ca2ef9148e1fa83e72bf6f640fda510e2"

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.39.0"
version "11.40.0"


if Hardware::CPU.intel?
sha256 "45b01bbcbf473fd2f9619d04abb76bffa81a876b3f756acc7f99dc1b511e12ae"
url "https://releases.mondoo.com/cnquery/11.39.0/cnquery_11.39.0_darwin_amd64.tar.gz"
sha256 "2b8ef362fa3a3a9aee9336b907eb98d12822452ea06998fe42a36c4fd546f114"
url "https://releases.mondoo.com/cnquery/11.40.0/cnquery_11.40.0_darwin_amd64.tar.gz"
else
sha256 "29d0075aa134db3087c687e757d5877d19beb34be31c09b5d205ffa02cb86287"
url "https://releases.mondoo.com/cnquery/11.39.0/cnquery_11.39.0_darwin_arm64.tar.gz"
sha256 "33f1da71a57c275eac7f55d526f1c4895c3eb0aa8c517ef2e6c3245eb38abb06"
url "https://releases.mondoo.com/cnquery/11.40.0/cnquery_11.40.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.39.0"
version "11.40.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "936a0bc5bcb992b7c5724c284691ae416ab14f2dc6a53b5d1d3c4949ac98ad34"
url "https://releases.mondoo.com/cnspec/11.39.0/cnspec_11.39.0_darwin_amd64.tar.gz"
sha256 "ea8f24bca621ad369e884f89cdc5f3a9fb0e1e93bfc85e28e26ee6d967a19a16"
url "https://releases.mondoo.com/cnspec/11.40.0/cnspec_11.40.0_darwin_amd64.tar.gz"
else
sha256 "0ae43de0ca9d4263e98c71989bb0efeb09e46439798af272e76e77c878a8eb14"
url "https://releases.mondoo.com/cnspec/11.39.0/cnspec_11.39.0_darwin_arm64.tar.gz"
sha256 "137b1d4b75884486264ccf7d8497f617394538e42040cd6f61745f8a482f58fc"
url "https://releases.mondoo.com/cnspec/11.40.0/cnspec_11.40.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 22d688b

Please sign in to comment.