Skip to content

Commit

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

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

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

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

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.37.1"
version "11.38.0"


if Hardware::CPU.intel?
sha256 "2a639a93d46db12afb173cc9b66dd332dd3af16693287a79df7106c4ac93b505"
url "https://releases.mondoo.com/cnquery/11.37.1/cnquery_11.37.1_darwin_amd64.tar.gz"
sha256 "83682e9b64ca0aa8f74cb30ef5f24b364aa8b8f8c60772a0234765fc7d273cac"
url "https://releases.mondoo.com/cnquery/11.38.0/cnquery_11.38.0_darwin_amd64.tar.gz"
else
sha256 "0d39447c0b1c9469fc5dfd2ff1b05dc12db7d1ff0b498e8d689210d37fba02bd"
url "https://releases.mondoo.com/cnquery/11.37.1/cnquery_11.37.1_darwin_arm64.tar.gz"
sha256 "e2bb3f5f964046ad032560c4b5da58eb12eb14e942c5d9a0038d2e1b5b088dbc"
url "https://releases.mondoo.com/cnquery/11.38.0/cnquery_11.38.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.37.1"
version "11.38.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "5181078c8d421d2458782210e97f6f03939f0a4295be96c5b70aab05ae9af23a"
url "https://releases.mondoo.com/cnspec/11.37.1/cnspec_11.37.1_darwin_amd64.tar.gz"
sha256 "3c91003240950842007b2acfb931fe819fd3be177dfc0d1edebaba78c62c635c"
url "https://releases.mondoo.com/cnspec/11.38.0/cnspec_11.38.0_darwin_amd64.tar.gz"
else
sha256 "356a1e52a0949e55743a7579e7128d699f5475a5b3037cf0128a81cb87291719"
url "https://releases.mondoo.com/cnspec/11.37.1/cnspec_11.37.1_darwin_arm64.tar.gz"
sha256 "c6194e0a3eba8ee34db5719641ddcc17d903dd4c87308ac582a2c3e139ef5652"
url "https://releases.mondoo.com/cnspec/11.38.0/cnspec_11.38.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 86b1c04

Please sign in to comment.