Skip to content

Commit

Permalink
11.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Jun 4, 2024
1 parent 6d644dc commit ef6ab24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 "11.6.3"
version "11.7.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "ecce9c6059fbf0e70cf3af4692789935a0e030af63155ae7ecdec86b391d9939"
sha256 "93ad1e4a919de8b94ae5c1ee9a81031ae76dc80c5d88e71389951e3af0e1e64b"

livecheck do
url "https://releases.mondoo.com/mondoo/latest/index.html"
Expand Down
4 changes: 2 additions & 2 deletions Formula/cnspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ class Cnspec < Formula
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 ""
sha256 "ed35080c30c417c2af2dbeff16db9f2ec2ecdae298c889df8657d2c003fface8"
url "https://releases.mondoo.com/cnspec/11.7.0/cnspec_11.7.0_darwin_amd64.tar.gz"
else
sha256 ""
sha256 "a36edea6ef0376f9389d6ab3f2ade07bae4a2a8725827dc8f7d6d07dfa1e601d"
url "https://releases.mondoo.com/cnspec/11.7.0/cnspec_11.7.0_darwin_arm64.tar.gz"
end

Expand Down

0 comments on commit ef6ab24

Please sign in to comment.