Skip to content

Commit

Permalink
11.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Nov 12, 2024
1 parent 0e9f107 commit f8cef52
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.29.0"
version "11.30.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "88a6126364a8e4b0e757cede8f493611eec825a479d1133e825b5c866a0fdf9b"
sha256 "10417f199852cc07a871e5a753997bb3c9190d0272c507cdf8c0266c88c36e79"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "88a6126364a8e4b0e757cede8f493611eec825a479d1133e825b5c866a0fdf9b"
sha256 "10417f199852cc07a871e5a753997bb3c9190d0272c507cdf8c0266c88c36e79"

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.29.0"
version "11.30.0"


if Hardware::CPU.intel?
sha256 "de284ecbb6d895df74743b36af10b9ba2a3a4522b3a0370d5ab34a5761d5be26"
url "https://releases.mondoo.com/cnquery/11.29.0/cnquery_11.29.0_darwin_amd64.tar.gz"
sha256 "0a8379aacc33492ee9567443a048a7e17c81a8643e3c097ca710f3a78dfc71be"
url "https://releases.mondoo.com/cnquery/11.30.0/cnquery_11.30.0_darwin_amd64.tar.gz"
else
sha256 "19bed66caf099292da9299a5d1c4db96ea4567029ab8b4ddf0a8d24e1a1fd431"
url "https://releases.mondoo.com/cnquery/11.29.0/cnquery_11.29.0_darwin_arm64.tar.gz"
sha256 "183eede31a544f58d14225668733e475c2b1f2c98b0fa10494ff8a0af6b5115c"
url "https://releases.mondoo.com/cnquery/11.30.0/cnquery_11.30.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.29.0"
version "11.30.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "d3a28e5c97067b6dcbb6d8fc08ea6932011fcbc5ff1af6c88ae9d15ba8cba36c"
url "https://releases.mondoo.com/cnspec/11.29.0/cnspec_11.29.0_darwin_amd64.tar.gz"
sha256 "c87617f8a490825ca7ca0c3fcdd436ad5ea6a3c3246788db87bd451b35beaeea"
url "https://releases.mondoo.com/cnspec/11.30.0/cnspec_11.30.0_darwin_amd64.tar.gz"
else
sha256 "8799e8f96087bd8bf4b172150ab1969b997917df7c4b0d37f533bce29bfe6bb9"
url "https://releases.mondoo.com/cnspec/11.29.0/cnspec_11.29.0_darwin_arm64.tar.gz"
sha256 "365eb62e4b7d60db0a223bc5b26e04d9c01bed0bcd7f7d734036346c6718e26b"
url "https://releases.mondoo.com/cnspec/11.30.0/cnspec_11.30.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit f8cef52

Please sign in to comment.