Skip to content

Commit

Permalink
11.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Dec 17, 2024
1 parent 63ed762 commit 75706c4
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.34.0"
version "11.35.0"
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.34.0"
version "11.35.0"
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.34.0"
version "11.35.0"


if Hardware::CPU.intel?
sha256 "cabda09340d27cbc6391571af93ca832ca84e9af9e96c2f50058961cd77e1c76"
url "https://releases.mondoo.com/cnquery/11.34.0/cnquery_11.34.0_darwin_amd64.tar.gz"
sha256 "38a6d06a21a8708a2db4af5074709ac30321ffea6b3428b1d9ccc67b5950daac"
url "https://releases.mondoo.com/cnquery/11.35.0/cnquery_11.35.0_darwin_amd64.tar.gz"
else
sha256 "33cf7fa66b86d7c91349d57de9e886b63ba351df98dc7f0b8ee2165106818d8e"
url "https://releases.mondoo.com/cnquery/11.34.0/cnquery_11.34.0_darwin_arm64.tar.gz"
sha256 "27ed22d0f93f9afbe8a3714491afdea460c3daa2da2bc36ecb0dc0690a764c85"
url "https://releases.mondoo.com/cnquery/11.35.0/cnquery_11.35.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.34.0"
version "11.35.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "4af0d73e9e41a72ee74c48834c5fdd0e9c09276eb72880352c2f469daa33ac65"
url "https://releases.mondoo.com/cnspec/11.34.0/cnspec_11.34.0_darwin_amd64.tar.gz"
sha256 "a23db337c5cf28091695097c5b8eb2288dbbf408b8410264d33d381ad2751a79"
url "https://releases.mondoo.com/cnspec/11.35.0/cnspec_11.35.0_darwin_amd64.tar.gz"
else
sha256 "580583f6b8a59eda82936c764afb83d65d866c310ac1137919991af10c3e70be"
url "https://releases.mondoo.com/cnspec/11.34.0/cnspec_11.34.0_darwin_arm64.tar.gz"
sha256 "fe700e8c0b4e185d0e5d97370fd143d473d89019b7c39156d383742501e2b860"
url "https://releases.mondoo.com/cnspec/11.35.0/cnspec_11.35.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 75706c4

Please sign in to comment.