Skip to content

Commit

Permalink
11.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Jan 9, 2025
1 parent bfef852 commit 0555b1d
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.36.0"
version "11.36.2"
homepage "https://mondoo.com"

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

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

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

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.36.1"
version "11.36.2"


if Hardware::CPU.intel?
sha256 "5c2ba01add27a60f7a482d01e3666940fc8c25559ceaa9f0bacfbcd7116fa0f0"
url "https://releases.mondoo.com/cnquery/11.36.1/cnquery_11.36.1_darwin_amd64.tar.gz"
sha256 "3651f0d3b52dd9737bcb9e2787bc2fa71adc8599895076acf3bdb5d31c1c3966"
url "https://releases.mondoo.com/cnquery/11.36.2/cnquery_11.36.2_darwin_amd64.tar.gz"
else
sha256 "e6b6ef6d7722eb78fe035a3c5512016cda8ff1168164f8a781a019362aee00f5"
url "https://releases.mondoo.com/cnquery/11.36.1/cnquery_11.36.1_darwin_arm64.tar.gz"
sha256 "878b44bb6cfbd02b11d808074325614644f1dbf17aacf6a5d5644cb7dbc10448"
url "https://releases.mondoo.com/cnquery/11.36.2/cnquery_11.36.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.36.1"
version "11.36.2"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "c02e818dc7b0a2c437fdad0c23bcd254a8e8673235db4b80eade824635190266"
url "https://releases.mondoo.com/cnspec/11.36.1/cnspec_11.36.1_darwin_amd64.tar.gz"
sha256 "d4b03c458b3a17a668d2812a12a278f9fc520a40fcad77e92605c4c90aa89477"
url "https://releases.mondoo.com/cnspec/11.36.2/cnspec_11.36.2_darwin_amd64.tar.gz"
else
sha256 "734b63d65f9a4c2afbb480c06d2d3fc6862dd7e5be3f9b3b6635f3482c8e778b"
url "https://releases.mondoo.com/cnspec/11.36.1/cnspec_11.36.1_darwin_arm64.tar.gz"
sha256 "e37a4fd9241c5120effe5846766e6a28b6186c545d7a8ed4c4daa609d33a5cd4"
url "https://releases.mondoo.com/cnspec/11.36.2/cnspec_11.36.2_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 0555b1d

Please sign in to comment.