Skip to content

Commit

Permalink
9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Oct 16, 2023
1 parent a2a9910 commit b859ac9
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.1.0"
version "9.2.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "178b9cd8d0ba20d824ab77e510bda8c64597b76f6db4bc265d559711f9c1fb79"
sha256 "1085a0ea5efb2cdb737d161eae4b78221609459dd7dbe5a73ae06f1b46fb43e9"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "178b9cd8d0ba20d824ab77e510bda8c64597b76f6db4bc265d559711f9c1fb79"
sha256 "1085a0ea5efb2cdb737d161eae4b78221609459dd7dbe5a73ae06f1b46fb43e9"

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.1.0"
version "9.2.0"


if Hardware::CPU.intel?
sha256 "c00c0c8fe395d6d7b97a30dcb9438fd54c1bc94742eb1f3a1a4b4d1c9eebbeac"
url "https://releases.mondoo.com/cnquery/9.1.0/cnquery_9.1.0_darwin_amd64.tar.gz"
sha256 "402399a15c7e587df8105f046fc01dc1cea6e5372c1d8bc6e7ca6cb134089862"
url "https://releases.mondoo.com/cnquery/9.2.0/cnquery_9.2.0_darwin_amd64.tar.gz"
else
sha256 "8844d4c6b4e8d7c2b395f8037cd62901034f2f1b72bffceeee64dd64288dc1e3"
url "https://releases.mondoo.com/cnquery/9.1.0/cnquery_9.1.0_darwin_arm64.tar.gz"
sha256 "051e84571017fe97362c314a967787dce20f7b0f533f490dc05525add7bb7d04"
url "https://releases.mondoo.com/cnquery/9.2.0/cnquery_9.2.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.1.0"
version "9.2.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "3b908ca1bc3e4bec5b71b2f82b32cd3c1171b2e1c7ce6867457b27d0b54a1f96"
url "https://releases.mondoo.com/cnspec/9.1.0/cnspec_9.1.0_darwin_amd64.tar.gz"
sha256 "002ce74134a64e5ef5b7da3c01386b4d73fc8147b039c8a364af28b9aa6d211d"
url "https://releases.mondoo.com/cnspec/9.2.0/cnspec_9.2.0_darwin_amd64.tar.gz"
else
sha256 "efbd64fe9984764df76fcf7ca281c4c313ce071ec49d4ce7286ce8716c837b55"
url "https://releases.mondoo.com/cnspec/9.1.0/cnspec_9.1.0_darwin_arm64.tar.gz"
sha256 "9b8452370468fc09bb6a4f7a760f34bb45c5d436287bdc467182d4aa53c7f0c4"
url "https://releases.mondoo.com/cnspec/9.2.0/cnspec_9.2.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit b859ac9

Please sign in to comment.