Skip to content

Commit

Permalink
11.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Jan 7, 2025
1 parent 75706c4 commit 0e7cdd3
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.35.0"
version "11.36.0"
homepage "https://mondoo.com"

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

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

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

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.35.0"
version "11.36.0"


if Hardware::CPU.intel?
sha256 "38a6d06a21a8708a2db4af5074709ac30321ffea6b3428b1d9ccc67b5950daac"
url "https://releases.mondoo.com/cnquery/11.35.0/cnquery_11.35.0_darwin_amd64.tar.gz"
sha256 "da75f0467c0045df567f53895d9058571d240d01fd77b2e6e187e0f1d012eb25"
url "https://releases.mondoo.com/cnquery/11.36.0/cnquery_11.36.0_darwin_amd64.tar.gz"
else
sha256 "27ed22d0f93f9afbe8a3714491afdea460c3daa2da2bc36ecb0dc0690a764c85"
url "https://releases.mondoo.com/cnquery/11.35.0/cnquery_11.35.0_darwin_arm64.tar.gz"
sha256 "76a38c84f6da2e8572e3ecebfd411713400c5b312ac02a37da7ba8561a3ca5ce"
url "https://releases.mondoo.com/cnquery/11.36.0/cnquery_11.36.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.35.0"
version "11.36.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "a23db337c5cf28091695097c5b8eb2288dbbf408b8410264d33d381ad2751a79"
url "https://releases.mondoo.com/cnspec/11.35.0/cnspec_11.35.0_darwin_amd64.tar.gz"
sha256 "52359bffe68e1ecb7a954fcead74ded54438d8528800e4bd62c45c7097b6e1bc"
url "https://releases.mondoo.com/cnspec/11.36.0/cnspec_11.36.0_darwin_amd64.tar.gz"
else
sha256 "fe700e8c0b4e185d0e5d97370fd143d473d89019b7c39156d383742501e2b860"
url "https://releases.mondoo.com/cnspec/11.35.0/cnspec_11.35.0_darwin_arm64.tar.gz"
sha256 "f163bd8c6882cf5f73512e6022f0765d817eb88addec3520beba9f489e157bd0"
url "https://releases.mondoo.com/cnspec/11.36.0/cnspec_11.36.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 0e7cdd3

Please sign in to comment.