From e0d06e516a7a4e74c63d1b90c9edb83e478562db Mon Sep 17 00:00:00 2001 From: Mondoo Tools Date: Wed, 25 Oct 2023 17:37:14 +0000 Subject: [PATCH] 9.3.3 --- Casks/mondoo-cli.rb | 4 ++-- Casks/mondoo.rb | 4 ++-- Formula/cnquery.rb | 10 +++++----- Formula/cnspec.rb | 10 +++++----- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Casks/mondoo-cli.rb b/Casks/mondoo-cli.rb index 6ca2bff..d5051e3 100644 --- a/Casks/mondoo-cli.rb +++ b/Casks/mondoo-cli.rb @@ -5,11 +5,11 @@ cask "mondoo-cli" do name "Mondoo" desc "Mondoo Enterprise Package for cnquery and cnspec" - version "9.3.2" + version "9.3.3" homepage "https://mondoo.com" url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg" - sha256 "29d6173f06ff2ecc6825ae9f02915eeb172fa66ac8fbf3f10124b3d9e3741e53" + sha256 "9351f22fd0f3b9ddb83aab0490a99eea1e7c3ecffcbef7f110524f6655599c85" livecheck do url "https://releases.mondoo.com/mondoo/latest/index.html" diff --git a/Casks/mondoo.rb b/Casks/mondoo.rb index 056f90c..0ce799f 100644 --- a/Casks/mondoo.rb +++ b/Casks/mondoo.rb @@ -5,11 +5,11 @@ cask "mondoo" do name "Mondoo" desc "Mondoo Enterprise Package for cnquery and cnspec" - version "9.3.2" + version "9.3.3" homepage "https://mondoo.com" url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg" - sha256 "29d6173f06ff2ecc6825ae9f02915eeb172fa66ac8fbf3f10124b3d9e3741e53" + sha256 "9351f22fd0f3b9ddb83aab0490a99eea1e7c3ecffcbef7f110524f6655599c85" livecheck do url "https://releases.mondoo.com/mondoo/latest/index.html" diff --git a/Formula/cnquery.rb b/Formula/cnquery.rb index f988038..49fe9d4 100644 --- a/Formula/cnquery.rb +++ b/Formula/cnquery.rb @@ -5,15 +5,15 @@ class Cnquery < Formula desc "Cloud-Native Query - Asset Inventory Framework" homepage "https://mondoo.com" - version "9.3.2" + version "9.3.3" if Hardware::CPU.intel? - sha256 "2d6f745aada0deb7e6378deccd96a566c4ea88ec5c5dba29f07d8cd482b8b66a" - url "https://releases.mondoo.com/cnquery/9.3.2/cnquery_9.3.2_darwin_amd64.tar.gz" + sha256 "91a1bb140f352f4c41c72e2f709ab188c1a46fa925e52fd0eba64cbdd1410e7d" + url "https://releases.mondoo.com/cnquery/9.3.3/cnquery_9.3.3_darwin_amd64.tar.gz" else - sha256 "d3cc2035dafd3e12a032f48d6fee29c34d5c8251e0a0658b6e20860bea395d36" - url "https://releases.mondoo.com/cnquery/9.3.2/cnquery_9.3.2_darwin_arm64.tar.gz" + sha256 "67671fd36f322b5a17b687d7238fe453fe14496fb5f7f812fbe30032b627d70b" + url "https://releases.mondoo.com/cnquery/9.3.3/cnquery_9.3.3_darwin_arm64.tar.gz" end def install diff --git a/Formula/cnspec.rb b/Formula/cnspec.rb index d5dbb73..d22bcba 100644 --- a/Formula/cnspec.rb +++ b/Formula/cnspec.rb @@ -5,15 +5,15 @@ class Cnspec < Formula desc "Cloud-Native Security and Policy Framework " homepage "https://mondoo.com" - version "9.3.2" + version "9.3.3" depends_on "cnquery" if Hardware::CPU.intel? - sha256 "5ab3443d3e36d3d19ef0bf866bb5be2d567a5a86f24eac267429063fa8fe9963" - url "https://releases.mondoo.com/cnspec/9.3.2/cnspec_9.3.2_darwin_amd64.tar.gz" + sha256 "82d306bcf99b82a383db87ae77f50b6239f0d1bf7a7fdfa1482f8c15838659ac" + url "https://releases.mondoo.com/cnspec/9.3.3/cnspec_9.3.3_darwin_amd64.tar.gz" else - sha256 "4c8cf63bffd48e1646b0b7ed61e4a7240aff1af268af731b3a4796c368bb177c" - url "https://releases.mondoo.com/cnspec/9.3.2/cnspec_9.3.2_darwin_arm64.tar.gz" + sha256 "15cdf57cd6ec6e8af73977deea0eae52e609da703d5a5dd510e557bd939eb5ef" + url "https://releases.mondoo.com/cnspec/9.3.3/cnspec_9.3.3_darwin_arm64.tar.gz" end def install