Skip to content

Commit

Permalink
11.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Jan 28, 2025
1 parent 86b1c04 commit 0e51fbc
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 "11.38.0"
version "11.39.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "16772f2714cee66b4b3dd9c8c47d10958fa9046cc540713aa57729da5a37d938"
sha256 "9f18ab3b99c4affc5e81544c21afa1762c3879abb61215d982e55767b871194b"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "16772f2714cee66b4b3dd9c8c47d10958fa9046cc540713aa57729da5a37d938"
sha256 "9f18ab3b99c4affc5e81544c21afa1762c3879abb61215d982e55767b871194b"

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 "11.38.0"
version "11.39.0"


if Hardware::CPU.intel?
sha256 "83682e9b64ca0aa8f74cb30ef5f24b364aa8b8f8c60772a0234765fc7d273cac"
url "https://releases.mondoo.com/cnquery/11.38.0/cnquery_11.38.0_darwin_amd64.tar.gz"
sha256 "45b01bbcbf473fd2f9619d04abb76bffa81a876b3f756acc7f99dc1b511e12ae"
url "https://releases.mondoo.com/cnquery/11.39.0/cnquery_11.39.0_darwin_amd64.tar.gz"
else
sha256 "e2bb3f5f964046ad032560c4b5da58eb12eb14e942c5d9a0038d2e1b5b088dbc"
url "https://releases.mondoo.com/cnquery/11.38.0/cnquery_11.38.0_darwin_arm64.tar.gz"
sha256 "29d0075aa134db3087c687e757d5877d19beb34be31c09b5d205ffa02cb86287"
url "https://releases.mondoo.com/cnquery/11.39.0/cnquery_11.39.0_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 "11.38.0"
version "11.39.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "3c91003240950842007b2acfb931fe819fd3be177dfc0d1edebaba78c62c635c"
url "https://releases.mondoo.com/cnspec/11.38.0/cnspec_11.38.0_darwin_amd64.tar.gz"
sha256 "936a0bc5bcb992b7c5724c284691ae416ab14f2dc6a53b5d1d3c4949ac98ad34"
url "https://releases.mondoo.com/cnspec/11.39.0/cnspec_11.39.0_darwin_amd64.tar.gz"
else
sha256 "c6194e0a3eba8ee34db5719641ddcc17d903dd4c87308ac582a2c3e139ef5652"
url "https://releases.mondoo.com/cnspec/11.38.0/cnspec_11.38.0_darwin_arm64.tar.gz"
sha256 "0ae43de0ca9d4263e98c71989bb0efeb09e46439798af272e76e77c878a8eb14"
url "https://releases.mondoo.com/cnspec/11.39.0/cnspec_11.39.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 0e51fbc

Please sign in to comment.