Skip to content

Commit

Permalink
11.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Oct 29, 2024
1 parent 320dbaf commit 52468d9
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.27.0"
version "11.28.0"
homepage "https://mondoo.com"

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

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

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

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.27.0"
version "11.28.0"


if Hardware::CPU.intel?
sha256 "267fa60a59c44a297a1c8c80c3c7edc7247a1888422dedd217f1c5eb5f68e938"
url "https://releases.mondoo.com/cnquery/11.27.0/cnquery_11.27.0_darwin_amd64.tar.gz"
sha256 "b00b9aaf1ebd020834eb8ec08b50710a86dba9b3538d80aea8136df9e6b0e3dd"
url "https://releases.mondoo.com/cnquery/11.28.0/cnquery_11.28.0_darwin_amd64.tar.gz"
else
sha256 "c587bae0450a070ab0b13b35c8cc8ce092015a03e19d6999f7dc5d2f5ca45c64"
url "https://releases.mondoo.com/cnquery/11.27.0/cnquery_11.27.0_darwin_arm64.tar.gz"
sha256 "40d1076793fa736f61bfb06b33ff7a940b400bef8b0dd60fbefc818d41d16a21"
url "https://releases.mondoo.com/cnquery/11.28.0/cnquery_11.28.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.27.0"
version "11.28.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "23cdbe828e738a5236107687d32b9b6968663dc38bb2dabd21c907ac1f55e5a2"
url "https://releases.mondoo.com/cnspec/11.27.0/cnspec_11.27.0_darwin_amd64.tar.gz"
sha256 "dd0391eaf7a1c6e3dd1d86f9f3fef58f17a4cd876bf6667a6a45e4f406ba5390"
url "https://releases.mondoo.com/cnspec/11.28.0/cnspec_11.28.0_darwin_amd64.tar.gz"
else
sha256 "36eaa0ec233f818ed1035b464454d3c2e45e767ddd7bdeeba1efb6eeab2ad3b2"
url "https://releases.mondoo.com/cnspec/11.27.0/cnspec_11.27.0_darwin_arm64.tar.gz"
sha256 "eecdff21b2c14b53aec390de2c86d42e678ef2b6974a85b6538287aebd56f424"
url "https://releases.mondoo.com/cnspec/11.28.0/cnspec_11.28.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 52468d9

Please sign in to comment.