Skip to content

Commit

Permalink
10.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Mar 13, 2024
1 parent 011717e commit f9f8537
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 "10.7.0"
version "10.7.1"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "a9efc1f0f691ba948cc1ebf54d685951e052800b958f85a256148eab308f47da"
sha256 "d578c25770d152e4efb25c0caf658e508b4060289c024ad1d5ae6271c0ef0143"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "a9efc1f0f691ba948cc1ebf54d685951e052800b958f85a256148eab308f47da"
sha256 "d578c25770d152e4efb25c0caf658e508b4060289c024ad1d5ae6271c0ef0143"

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 "10.7.0"
version "10.7.1"


if Hardware::CPU.intel?
sha256 "379de7c03fd10f5e4d33aaa4a120c28b83b033e33e1712180b8b8ba9d7f90db8"
url "https://releases.mondoo.com/cnquery/10.7.0/cnquery_10.7.0_darwin_amd64.tar.gz"
sha256 "12d988be8b24fab4eb70706cab593807987048e54a1a9fb423ed5242779b069a"
url "https://releases.mondoo.com/cnquery/10.7.1/cnquery_10.7.1_darwin_amd64.tar.gz"
else
sha256 "f8ddc638b7ebef6922433c614be2fb7291905028f3335f778f6fd80aa71bfb2a"
url "https://releases.mondoo.com/cnquery/10.7.0/cnquery_10.7.0_darwin_arm64.tar.gz"
sha256 "55090a226c69acd48a036e84b5690bfa221e2801e3e2c197c13cb24a2844aa8f"
url "https://releases.mondoo.com/cnquery/10.7.1/cnquery_10.7.1_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 "10.7.0"
version "10.7.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "75a8002ce1655ab40c4155fea26020f30e131b8a4329453d77d6150b990568bf"
url "https://releases.mondoo.com/cnspec/10.7.0/cnspec_10.7.0_darwin_amd64.tar.gz"
sha256 "de0b7a13027fed2a8f8e10bd0b96cbe2ee8a0003924d6145a12724f086ce7917"
url "https://releases.mondoo.com/cnspec/10.7.1/cnspec_10.7.1_darwin_amd64.tar.gz"
else
sha256 "1299c95a33af28839af9258988032ecc180c88a221ae39abd5ef0df4ef84cb71"
url "https://releases.mondoo.com/cnspec/10.7.0/cnspec_10.7.0_darwin_arm64.tar.gz"
sha256 "106ee74712bd0db83f6e4d0da30af47d415194694ff94dd5ec38db8d23551a2b"
url "https://releases.mondoo.com/cnspec/10.7.1/cnspec_10.7.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit f9f8537

Please sign in to comment.