diff --git a/Casks/mondoo-cli.rb b/Casks/mondoo-cli.rb index 1fee946..5676c7e 100644 --- a/Casks/mondoo-cli.rb +++ b/Casks/mondoo-cli.rb @@ -5,7 +5,7 @@ cask "mondoo-cli" do name "Mondoo" desc "Mondoo Enterprise Package for cnquery and cnspec" - version "11.33.0" + version "11.33.1" homepage "https://mondoo.com" url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg" diff --git a/Casks/mondoo.rb b/Casks/mondoo.rb index 987ed0c..72a8bef 100644 --- a/Casks/mondoo.rb +++ b/Casks/mondoo.rb @@ -5,7 +5,7 @@ cask "mondoo" do name "Mondoo" desc "Mondoo Enterprise Package for cnquery and cnspec" - version "11.33.0" + version "11.33.1" homepage "https://mondoo.com" url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg" diff --git a/Formula/cnquery.rb b/Formula/cnquery.rb index 637a975..a352dc7 100644 --- a/Formula/cnquery.rb +++ b/Formula/cnquery.rb @@ -5,15 +5,15 @@ class Cnquery < Formula desc "Cloud-Native Query - Asset Inventory Framework" homepage "https://mondoo.com" - version "11.33.0" + version "11.33.1" if Hardware::CPU.intel? - sha256 "e0f73f4f89224d309ec81a0489f85e12eef53967e45b6b91a97bb948e2a26df7" - url "https://releases.mondoo.com/cnquery/11.33.0/cnquery_11.33.0_darwin_amd64.tar.gz" + sha256 "abbcc10078144b06c452fa5611aa6d673351a53eb1a9aee094bae8030b5f0113" + url "https://releases.mondoo.com/cnquery/11.33.1/cnquery_11.33.1_darwin_amd64.tar.gz" else - sha256 "b894e174238e9e570ff3fb93a2834ffcfd44d274bad1b95a5393931411fc4016" - url "https://releases.mondoo.com/cnquery/11.33.0/cnquery_11.33.0_darwin_arm64.tar.gz" + sha256 "f1030fcfe403ce4c6e4d48ea16db103e59ddb3f87338e3d2ae87681187a4ffcd" + url "https://releases.mondoo.com/cnquery/11.33.1/cnquery_11.33.1_darwin_arm64.tar.gz" end def install diff --git a/Formula/cnspec.rb b/Formula/cnspec.rb index 13e91f0..82ddb04 100644 --- a/Formula/cnspec.rb +++ b/Formula/cnspec.rb @@ -5,15 +5,15 @@ class Cnspec < Formula desc "Cloud-Native Security and Policy Framework " homepage "https://mondoo.com" - version "11.33.0" + version "11.33.1" depends_on "cnquery" if Hardware::CPU.intel? - sha256 "892182fd0aecd718a7b97d9b59b70c46a843169a11ca3c447d5c339b9fcee6b6" - url "https://releases.mondoo.com/cnspec/11.33.0/cnspec_11.33.0_darwin_amd64.tar.gz" + sha256 "0f66268dc79600989deec2927d868392b75918b71f8244b42aa1b464847a1b29" + url "https://releases.mondoo.com/cnspec/11.33.1/cnspec_11.33.1_darwin_amd64.tar.gz" else - sha256 "53e9a2a50b151eb283efef2300ead26175bb918fdb7038e080dcd92c633e745e" - url "https://releases.mondoo.com/cnspec/11.33.0/cnspec_11.33.0_darwin_arm64.tar.gz" + sha256 "98149012a6f92d6f993e4e381709e9b9fc91228224263f8c5b041812fcadaa0a" + url "https://releases.mondoo.com/cnspec/11.33.1/cnspec_11.33.1_darwin_arm64.tar.gz" end def install