Skip to content

Commit

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

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

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

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

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.0"
version "9.6.1"


if Hardware::CPU.intel?
sha256 "a62ebe5ac0cd16d6f1c00b04cf7fd961f748879706973dc6c13042ee20a15113"
url "https://releases.mondoo.com/cnquery/9.6.0/cnquery_9.6.0_darwin_amd64.tar.gz"
sha256 "f72bcca500f82c79208efcccf6833124684b95f32babbe14d9a795b0be0ac7d7"
url "https://releases.mondoo.com/cnquery/9.6.1/cnquery_9.6.1_darwin_amd64.tar.gz"
else
sha256 "7faa02a2110a49deb7810ffbb48f0dadc61b5b5cdaee518315f33da994244c43"
url "https://releases.mondoo.com/cnquery/9.6.0/cnquery_9.6.0_darwin_arm64.tar.gz"
sha256 "602be00863375fd6bdd83391a3a22556172b25cd493c7ebf92ebd7154403572e"
url "https://releases.mondoo.com/cnquery/9.6.1/cnquery_9.6.1_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.0"
version "9.6.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "52d1004b069bce2a485a3c593d4562b3171b0dd77d6725b9d30ec66f7e0e86d5"
url "https://releases.mondoo.com/cnspec/9.6.0/cnspec_9.6.0_darwin_amd64.tar.gz"
sha256 "af4a459d857f082d1115258026b2df44b0dd8a37a212c0b1605bb64e63809501"
url "https://releases.mondoo.com/cnspec/9.6.1/cnspec_9.6.1_darwin_amd64.tar.gz"
else
sha256 "b599d6641ff711cbbc1891903a96ee79b02bdbeef2524efc61c1914fa540edd3"
url "https://releases.mondoo.com/cnspec/9.6.0/cnspec_9.6.0_darwin_arm64.tar.gz"
sha256 "e0dc94faabfac7e8ae1c1a9cb4e777e45cacc780befd872ffc8466186b60bc04"
url "https://releases.mondoo.com/cnspec/9.6.1/cnspec_9.6.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 9230210

Please sign in to comment.