Skip to content

Commit

Permalink
11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Apr 17, 2024
1 parent 774a676 commit 1f21fb9
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.12.2"
version "11.0.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "9d99226cae49cea82cd468d59dc4ba0b23f91280a60006a7d740f4fd6dfcecfc"
sha256 "2485c386fed0f00b621cd922b7a848086ae779c16d631e13d80b96a4a04ee35a"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "9d99226cae49cea82cd468d59dc4ba0b23f91280a60006a7d740f4fd6dfcecfc"
sha256 "2485c386fed0f00b621cd922b7a848086ae779c16d631e13d80b96a4a04ee35a"

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.12.2"
version "11.0.0"


if Hardware::CPU.intel?
sha256 "13106356bbf9afaf755c04017bd6dfd4d07e280966417df4ea18f24e659b433d"
url "https://releases.mondoo.com/cnquery/10.12.2/cnquery_10.12.2_darwin_amd64.tar.gz"
sha256 "8ce1b73d0b3df72e2d213f410d331bb82606659186277235f8500ca8de305fd1"
url "https://releases.mondoo.com/cnquery/11.0.0/cnquery_11.0.0_darwin_amd64.tar.gz"
else
sha256 "cd3f17d7dbfce9f406af1750fd44e41d8dd06406ccc4b4aaaaf486ca1fd843f9"
url "https://releases.mondoo.com/cnquery/10.12.2/cnquery_10.12.2_darwin_arm64.tar.gz"
sha256 "057fe5c2977e401132fcd6b72b5a8d61562ef4aeaaadc8afbbe9a547056a8727"
url "https://releases.mondoo.com/cnquery/11.0.0/cnquery_11.0.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.12.2"
version "11.0.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "d6203d9056f99c9304f2e5f0ce06bd9cc2c5dea4fdfeec62c46459bd1021bd49"
url "https://releases.mondoo.com/cnspec/10.12.2/cnspec_10.12.2_darwin_amd64.tar.gz"
sha256 "d2c4419b04da173b1a4810a607435768263592408da96f86471b3e53f6f7bdf7"
url "https://releases.mondoo.com/cnspec/11.0.0/cnspec_11.0.0_darwin_amd64.tar.gz"
else
sha256 "7b80554cd8a014fddc4534f2effa37727443f88a982983505df7cffb8d7aea49"
url "https://releases.mondoo.com/cnspec/10.12.2/cnspec_10.12.2_darwin_arm64.tar.gz"
sha256 "8a6056efa7fe06449670390d4c6cacafce910dfc9fc974deebca6d110f28d4a4"
url "https://releases.mondoo.com/cnspec/11.0.0/cnspec_11.0.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 1f21fb9

Please sign in to comment.