Skip to content

Commit

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

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

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

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

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.0"
version "11.23.1"


if Hardware::CPU.intel?
sha256 "07c7a001a1b6198f7fe184db082faa4dcc9556cee2eee1961cc6c1ae90c815c8"
url "https://releases.mondoo.com/cnquery/11.23.0/cnquery_11.23.0_darwin_amd64.tar.gz"
sha256 "9031c4fb8bb9221103e7e0c38b52f355722312e4e62f329962785c951fb2dfe9"
url "https://releases.mondoo.com/cnquery/11.23.1/cnquery_11.23.1_darwin_amd64.tar.gz"
else
sha256 "e7b8f5adb3c6bde1174ff1ab4e516f3c77d8b23cdc0fbf42fea9e80d3c5c096c"
url "https://releases.mondoo.com/cnquery/11.23.0/cnquery_11.23.0_darwin_arm64.tar.gz"
sha256 "1de6f3815cebbe3dae5d34a71f4b2da4bf06fd0146b9ef5d62b4e9133353ed0b"
url "https://releases.mondoo.com/cnquery/11.23.1/cnquery_11.23.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 "11.23.0"
version "11.23.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "d7acff134c5f2ea09b2dc429f60b7c3432743dc4a5f31c0e01ef7fa3feec3bd6"
url "https://releases.mondoo.com/cnspec/11.23.0/cnspec_11.23.0_darwin_amd64.tar.gz"
sha256 "b18f980d22c84f04b405d457b87a3d77e7695556aea88b3d049a9161592e27c8"
url "https://releases.mondoo.com/cnspec/11.23.1/cnspec_11.23.1_darwin_amd64.tar.gz"
else
sha256 "d66ba85385af7f363daa1b1e556473f947a8be04db3e3e51a66721289296b6a1"
url "https://releases.mondoo.com/cnspec/11.23.0/cnspec_11.23.0_darwin_arm64.tar.gz"
sha256 "43b26b62133a53735d1cb3666b28aa278108fa755c91f66a957f99a8c1883969"
url "https://releases.mondoo.com/cnspec/11.23.1/cnspec_11.23.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 8c3c5e4

Please sign in to comment.