Skip to content

Commit

Permalink
9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Oct 24, 2023
1 parent 7d879b4 commit 4727a61
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 "9.2.3"
version "9.3.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "6dc9dece95cb8fa0e17433022f7914f9c86e30f105a55f766da7332159e21114"
sha256 "8d358245f48236df2256ea4bace00bc030c4d8f2bd1e6d69f64e7feeca511b30"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "6dc9dece95cb8fa0e17433022f7914f9c86e30f105a55f766da7332159e21114"
sha256 "8d358245f48236df2256ea4bace00bc030c4d8f2bd1e6d69f64e7feeca511b30"

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 "9.2.3"
version "9.3.0"


if Hardware::CPU.intel?
sha256 "0185015b718d50ff137edb54a507d8677f355b03b9625cad83551a76ebeb39a7"
url "https://releases.mondoo.com/cnquery/9.2.3/cnquery_9.2.3_darwin_amd64.tar.gz"
sha256 "a28d986c8d90712917425c2741c0cbd193ecc00ef0528222f4602a044c4657ca"
url "https://releases.mondoo.com/cnquery/9.3.0/cnquery_9.3.0_darwin_amd64.tar.gz"
else
sha256 "271298606062220a6c2d8e620f67b66e4ea40dce7d19c7f325d453b9c3d69100"
url "https://releases.mondoo.com/cnquery/9.2.3/cnquery_9.2.3_darwin_arm64.tar.gz"
sha256 "0eb7968d9bd945a913faebd9f17cad88ed5da93502343e88f9c6a177b40f0698"
url "https://releases.mondoo.com/cnquery/9.3.0/cnquery_9.3.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 "9.2.3"
version "9.3.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "0c434f628ce1f2cd00413d62fbe7567d965bba6de61bd0fe3baa2d5ff144afd2"
url "https://releases.mondoo.com/cnspec/9.2.3/cnspec_9.2.3_darwin_amd64.tar.gz"
sha256 "a886a6c1c81cc70856465fb238f209df760b96b49ea02702948c1ea8ba5c710f"
url "https://releases.mondoo.com/cnspec/9.3.0/cnspec_9.3.0_darwin_amd64.tar.gz"
else
sha256 "35d3c31a38e544ca3b9a0be86235360cef06f933516a88e5b46b4ffacf57e390"
url "https://releases.mondoo.com/cnspec/9.2.3/cnspec_9.2.3_darwin_arm64.tar.gz"
sha256 "3245a348f71c5fd737aca9f991d361b695f6bd4c6b6def1039952be73a42ed09"
url "https://releases.mondoo.com/cnspec/9.3.0/cnspec_9.3.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 4727a61

Please sign in to comment.