Skip to content

Commit

Permalink
10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Feb 27, 2024
1 parent e8186f1 commit 83fd44c
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 "10.4.2"
version "10.5.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 "10.4.2"
version "10.5.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 "10.4.2"
version "10.5.0"


if Hardware::CPU.intel?
sha256 "7c2fef991ec9234b5c187007b1e703e30d05fe628d7dc5c3d1d4e5896d67fb1c"
url "https://releases.mondoo.com/cnquery/10.4.2/cnquery_10.4.2_darwin_amd64.tar.gz"
sha256 "521cc0fc9d51e523d5b1629bd27decae3e201b649b22ecabd9b9d3d7916bb27c"
url "https://releases.mondoo.com/cnquery/10.5.0/cnquery_10.5.0_darwin_amd64.tar.gz"
else
sha256 "1c9ca519220673910ad1067c6d5ac776bbdf1ed4eb97493f1aa7f909ae61c7b1"
url "https://releases.mondoo.com/cnquery/10.4.2/cnquery_10.4.2_darwin_arm64.tar.gz"
sha256 "060191f484aba31b2ad430b912ab95c4e223bba364b6bf4e8fc7eb0d2821083e"
url "https://releases.mondoo.com/cnquery/10.5.0/cnquery_10.5.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 "10.4.2"
version "10.5.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "9ac270c246cc93841c1fc294c8e2af4e10ec3a85c68d6e07fb707117053e94b2"
url "https://releases.mondoo.com/cnspec/10.4.2/cnspec_10.4.2_darwin_amd64.tar.gz"
sha256 "096a6bab5ea6e067a16864510a44cdb2a8b6a842c807540e578f30a6f1c74257"
url "https://releases.mondoo.com/cnspec/10.5.0/cnspec_10.5.0_darwin_amd64.tar.gz"
else
sha256 "0f1c3a9f9e7e00b88c64ffc93e0b6a59828bda372dc393449a99e71c4403293d"
url "https://releases.mondoo.com/cnspec/10.4.2/cnspec_10.4.2_darwin_arm64.tar.gz"
sha256 "589f5e000709c4d0bfec083d47f3760b7d40f4076da4a9167ced47dc6bd07175"
url "https://releases.mondoo.com/cnspec/10.5.0/cnspec_10.5.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 83fd44c

Please sign in to comment.