Skip to content

Commit

Permalink
10.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Apr 2, 2024
1 parent 71d4765 commit 0bddfae
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 "10.9.2"
version "10.10.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "cef2711077209bae35231325317322807b656d2259d4175537a2217c7164d122"
sha256 "25716a299a3a913920474448be14e64f5e021863f6fb356da9a7716bed365ec0"

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 "10.9.2"
version "10.10.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "cef2711077209bae35231325317322807b656d2259d4175537a2217c7164d122"
sha256 "25716a299a3a913920474448be14e64f5e021863f6fb356da9a7716bed365ec0"

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 "10.9.2"
version "10.10.0"


if Hardware::CPU.intel?
sha256 "2245d345a5f3e30fa5ccbf876a2ddddb494bb579cc2c6a328b672250245cdfad"
url "https://releases.mondoo.com/cnquery/10.9.2/cnquery_10.9.2_darwin_amd64.tar.gz"
sha256 "86dc10cb85e2791d8f214d0e678061a454a295cb470c05e5140e410ff57a13d6"
url "https://releases.mondoo.com/cnquery/10.10.0/cnquery_10.10.0_darwin_amd64.tar.gz"
else
sha256 "0287754b77890c75c3e6482de4643f1c05667a4e9e5cbe9b2d29b1293c163f3c"
url "https://releases.mondoo.com/cnquery/10.9.2/cnquery_10.9.2_darwin_arm64.tar.gz"
sha256 "0fcecce4439568accdbb2e0a67dbd674d7d6bcab8be3d4013e07460cd1f50e56"
url "https://releases.mondoo.com/cnquery/10.10.0/cnquery_10.10.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.9.2"
version "10.10.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "13d3cd4ea823a999f14afeb881c2d1162c5ce7bf061432c1d6f2a5e33a730cbc"
url "https://releases.mondoo.com/cnspec/10.9.2/cnspec_10.9.2_darwin_amd64.tar.gz"
sha256 "f63cbb50dff64598ac82a4e517594ad6135b05697e3900ea37ef6c04d69365fc"
url "https://releases.mondoo.com/cnspec/10.10.0/cnspec_10.10.0_darwin_amd64.tar.gz"
else
sha256 "ada862606ab71f23261bc1461d95abdeb5c0c1e2720cbf283c7e97c18620a2ea"
url "https://releases.mondoo.com/cnspec/10.9.2/cnspec_10.9.2_darwin_arm64.tar.gz"
sha256 "bc07c5b5bab4ae9813b751d34aba60b04ac1b242697aca5a02fe011b71af0ff7"
url "https://releases.mondoo.com/cnspec/10.10.0/cnspec_10.10.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 0bddfae

Please sign in to comment.