Skip to content

Commit

Permalink
9.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Oct 26, 2023
1 parent e0d06e5 commit 69f38dc
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.3"
version "9.3.4"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "9351f22fd0f3b9ddb83aab0490a99eea1e7c3ecffcbef7f110524f6655599c85"
sha256 "979240237586ce71fc30542dae40267af6ed5440a1e8da2bbb4b6f2d0835a06c"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "9351f22fd0f3b9ddb83aab0490a99eea1e7c3ecffcbef7f110524f6655599c85"
sha256 "979240237586ce71fc30542dae40267af6ed5440a1e8da2bbb4b6f2d0835a06c"

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.3"
version "9.3.4"


if Hardware::CPU.intel?
sha256 "91a1bb140f352f4c41c72e2f709ab188c1a46fa925e52fd0eba64cbdd1410e7d"
url "https://releases.mondoo.com/cnquery/9.3.3/cnquery_9.3.3_darwin_amd64.tar.gz"
sha256 "3d0e9fa8c32a059aa77927134c47e37321c685646f2516b07ea410f5e3e3c7f9"
url "https://releases.mondoo.com/cnquery/9.3.4/cnquery_9.3.4_darwin_amd64.tar.gz"
else
sha256 "67671fd36f322b5a17b687d7238fe453fe14496fb5f7f812fbe30032b627d70b"
url "https://releases.mondoo.com/cnquery/9.3.3/cnquery_9.3.3_darwin_arm64.tar.gz"
sha256 "71eff4d18ba45173db627b485a212ce2f273c98f8a20a548bcf4250b6e3d97cd"
url "https://releases.mondoo.com/cnquery/9.3.4/cnquery_9.3.4_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.3"
version "9.3.4"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "82d306bcf99b82a383db87ae77f50b6239f0d1bf7a7fdfa1482f8c15838659ac"
url "https://releases.mondoo.com/cnspec/9.3.3/cnspec_9.3.3_darwin_amd64.tar.gz"
sha256 "954f6660c859323ef688b2196bb75c37b917ea519347c15c23d8448bb5204f1e"
url "https://releases.mondoo.com/cnspec/9.3.4/cnspec_9.3.4_darwin_amd64.tar.gz"
else
sha256 "15cdf57cd6ec6e8af73977deea0eae52e609da703d5a5dd510e557bd939eb5ef"
url "https://releases.mondoo.com/cnspec/9.3.3/cnspec_9.3.3_darwin_arm64.tar.gz"
sha256 "01ae39c9d0cb5d9998f78d85102464ddfe724ad388997520f60a185924f8438d"
url "https://releases.mondoo.com/cnspec/9.3.4/cnspec_9.3.4_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 69f38dc

Please sign in to comment.