Skip to content

Commit

Permalink
9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Nov 14, 2023
1 parent 9230210 commit 5f89654
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.6.1"
version "9.7.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "b79c65f54c6f2dd4c2ca81f49e912f9ca7974355b67c0067c2ad089960e02a62"
sha256 "a3554e4ae476e84d0cd79f6573a5ed1b1e691bbba63ec2c4215120471a48d11d"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "b79c65f54c6f2dd4c2ca81f49e912f9ca7974355b67c0067c2ad089960e02a62"
sha256 "a3554e4ae476e84d0cd79f6573a5ed1b1e691bbba63ec2c4215120471a48d11d"

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.6.1"
version "9.7.0"


if Hardware::CPU.intel?
sha256 "f72bcca500f82c79208efcccf6833124684b95f32babbe14d9a795b0be0ac7d7"
url "https://releases.mondoo.com/cnquery/9.6.1/cnquery_9.6.1_darwin_amd64.tar.gz"
sha256 "d206837190d36d9427c921b39711f1d3294bc6c37c57370a52a379f390dc8f22"
url "https://releases.mondoo.com/cnquery/9.7.0/cnquery_9.7.0_darwin_amd64.tar.gz"
else
sha256 "602be00863375fd6bdd83391a3a22556172b25cd493c7ebf92ebd7154403572e"
url "https://releases.mondoo.com/cnquery/9.6.1/cnquery_9.6.1_darwin_arm64.tar.gz"
sha256 "dee40edb3c9c4297b504c94f4b501cd7cb354842fc4d42cc70b8d4fb9545516c"
url "https://releases.mondoo.com/cnquery/9.7.0/cnquery_9.7.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.6.1"
version "9.7.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "af4a459d857f082d1115258026b2df44b0dd8a37a212c0b1605bb64e63809501"
url "https://releases.mondoo.com/cnspec/9.6.1/cnspec_9.6.1_darwin_amd64.tar.gz"
sha256 "b3325c14f7dae6a361208f65452abae2585585813289d09d28ea5fccb25bc9e3"
url "https://releases.mondoo.com/cnspec/9.7.0/cnspec_9.7.0_darwin_amd64.tar.gz"
else
sha256 "e0dc94faabfac7e8ae1c1a9cb4e777e45cacc780befd872ffc8466186b60bc04"
url "https://releases.mondoo.com/cnspec/9.6.1/cnspec_9.6.1_darwin_arm64.tar.gz"
sha256 "2c9429ed8002fe5da04ce0fee40da966ec5b47cd9813ead57960dd85c32e3a3f"
url "https://releases.mondoo.com/cnspec/9.7.0/cnspec_9.7.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 5f89654

Please sign in to comment.