Skip to content

Commit

Permalink
11.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Sep 27, 2024
1 parent 8c3c5e4 commit 51bf9b9
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.23.1"
version "11.23.2"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "686c972fdb4c32413feeeac429e0c7e07b963d79a2c4c993bd30ece0cc133876"
sha256 "b8cf502c747b5b3b89735b9684adadd42f15f571f6424a1fdd9c1d51239a8421"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "686c972fdb4c32413feeeac429e0c7e07b963d79a2c4c993bd30ece0cc133876"
sha256 "b8cf502c747b5b3b89735b9684adadd42f15f571f6424a1fdd9c1d51239a8421"

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.23.1"
version "11.23.2"


if Hardware::CPU.intel?
sha256 "9031c4fb8bb9221103e7e0c38b52f355722312e4e62f329962785c951fb2dfe9"
url "https://releases.mondoo.com/cnquery/11.23.1/cnquery_11.23.1_darwin_amd64.tar.gz"
sha256 "a9b7491331d5bb764c887ec64a80ea6a87ef06136a10eb3ff60bd5392687bed2"
url "https://releases.mondoo.com/cnquery/11.23.2/cnquery_11.23.2_darwin_amd64.tar.gz"
else
sha256 "1de6f3815cebbe3dae5d34a71f4b2da4bf06fd0146b9ef5d62b4e9133353ed0b"
url "https://releases.mondoo.com/cnquery/11.23.1/cnquery_11.23.1_darwin_arm64.tar.gz"
sha256 "f12011c422e9224d8c70b6686a0c82f866c7d7a9483fb5d84e9b613463f70308"
url "https://releases.mondoo.com/cnquery/11.23.2/cnquery_11.23.2_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.23.1"
version "11.23.2"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "b18f980d22c84f04b405d457b87a3d77e7695556aea88b3d049a9161592e27c8"
url "https://releases.mondoo.com/cnspec/11.23.1/cnspec_11.23.1_darwin_amd64.tar.gz"
sha256 "bcfd9f496a11311b0c7db76c87daeddfbe554918b8458691461269e4eb0a6c6b"
url "https://releases.mondoo.com/cnspec/11.23.2/cnspec_11.23.2_darwin_amd64.tar.gz"
else
sha256 "43b26b62133a53735d1cb3666b28aa278108fa755c91f66a957f99a8c1883969"
url "https://releases.mondoo.com/cnspec/11.23.1/cnspec_11.23.1_darwin_arm64.tar.gz"
sha256 "dd88b7840b450304940b82158b3881930356b9cc4b77942f854e2ac06cbf77c8"
url "https://releases.mondoo.com/cnspec/11.23.2/cnspec_11.23.2_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 51bf9b9

Please sign in to comment.