Skip to content

Commit

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

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

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

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

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.28.0"
version "11.28.1"


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

if Hardware::CPU.intel?
sha256 "dd0391eaf7a1c6e3dd1d86f9f3fef58f17a4cd876bf6667a6a45e4f406ba5390"
url "https://releases.mondoo.com/cnspec/11.28.0/cnspec_11.28.0_darwin_amd64.tar.gz"
sha256 "5656435aa092fbb181e861b8c1e9b4cb918a86facb5f11c01ebfb46f41b75f35"
url "https://releases.mondoo.com/cnspec/11.28.1/cnspec_11.28.1_darwin_amd64.tar.gz"
else
sha256 "eecdff21b2c14b53aec390de2c86d42e678ef2b6974a85b6538287aebd56f424"
url "https://releases.mondoo.com/cnspec/11.28.0/cnspec_11.28.0_darwin_arm64.tar.gz"
sha256 "4a21434fb425a424fae92b6aadbffaffc18a78973d78ead8a30b96e6bc6c1ce3"
url "https://releases.mondoo.com/cnspec/11.28.1/cnspec_11.28.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit c249b42

Please sign in to comment.