Skip to content

Commit

Permalink
9.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Oct 25, 2023
1 parent e2f441c commit e0d06e5
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.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"
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.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"
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.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
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.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
Expand Down

0 comments on commit e0d06e5

Please sign in to comment.