Skip to content

Commit

Permalink
11.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Dec 5, 2024
1 parent 1490d11 commit 2a22aad
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Casks/mondoo-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Casks/mondoo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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.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
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.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
Expand Down

0 comments on commit 2a22aad

Please sign in to comment.