Skip to content

Commit

Permalink
11.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Dec 3, 2024
1 parent c0949cc commit 1490d11
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.32.0"
version "11.33.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "945d880bde27666ffaf3bf671bcf82b829f9d1e23b96117d57023fe2d68410c2"
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.32.0"
version "11.33.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "945d880bde27666ffaf3bf671bcf82b829f9d1e23b96117d57023fe2d68410c2"
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.32.0"
version "11.33.0"


if Hardware::CPU.intel?
sha256 "b2adb805dacf1ea7b64b2703a0b78660feb462a0d090f1f35c44174e33a75d7c"
url "https://releases.mondoo.com/cnquery/11.32.0/cnquery_11.32.0_darwin_amd64.tar.gz"
sha256 "e0f73f4f89224d309ec81a0489f85e12eef53967e45b6b91a97bb948e2a26df7"
url "https://releases.mondoo.com/cnquery/11.33.0/cnquery_11.33.0_darwin_amd64.tar.gz"
else
sha256 "d75a205e38d7a17cbefe19ea5b929f80c23a0741b32b99790d56bcfb0b52d6e9"
url "https://releases.mondoo.com/cnquery/11.32.0/cnquery_11.32.0_darwin_arm64.tar.gz"
sha256 "b894e174238e9e570ff3fb93a2834ffcfd44d274bad1b95a5393931411fc4016"
url "https://releases.mondoo.com/cnquery/11.33.0/cnquery_11.33.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.32.0"
version "11.33.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "73a06c0dce7cc88c8f274c046d50f114b5bfa4865037fb0c1648ca6cd2641ab9"
url "https://releases.mondoo.com/cnspec/11.32.0/cnspec_11.32.0_darwin_amd64.tar.gz"
sha256 "892182fd0aecd718a7b97d9b59b70c46a843169a11ca3c447d5c339b9fcee6b6"
url "https://releases.mondoo.com/cnspec/11.33.0/cnspec_11.33.0_darwin_amd64.tar.gz"
else
sha256 "ae3d91e4af144c3b9e7a374e84e6a66b8e6333fde7e5ee7f043b50cbdf32db41"
url "https://releases.mondoo.com/cnspec/11.32.0/cnspec_11.32.0_darwin_arm64.tar.gz"
sha256 "53e9a2a50b151eb283efef2300ead26175bb918fdb7038e080dcd92c633e745e"
url "https://releases.mondoo.com/cnspec/11.33.0/cnspec_11.33.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 1490d11

Please sign in to comment.