Skip to content

Commit

Permalink
10.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Mar 21, 2024
1 parent e8b3c8e commit c36485e
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 "10.8.2"
version "10.8.4"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "25a855facb869b2a11cb89641c2cdad826336b62f3893b4f9b34801a533a74b1"
sha256 "15c1da2edd25c201ff8367dfb23f5cc9462e0186f536305302639faa284db049"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "25a855facb869b2a11cb89641c2cdad826336b62f3893b4f9b34801a533a74b1"
sha256 "15c1da2edd25c201ff8367dfb23f5cc9462e0186f536305302639faa284db049"

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 "10.8.2"
version "10.8.4"


if Hardware::CPU.intel?
sha256 "3f8927355be80ee803d83ca51f2dbb59b38d844b1f9405e6537c91ab60786d35"
url "https://releases.mondoo.com/cnquery/10.8.2/cnquery_10.8.2_darwin_amd64.tar.gz"
sha256 "7d62bacc4a6391417427754b513e5a127747b4619a6c389562c63076e9e6b753"
url "https://releases.mondoo.com/cnquery/10.8.4/cnquery_10.8.4_darwin_amd64.tar.gz"
else
sha256 "cc9ace8e2bc1b4264e3084e6941d6217704ff733949f26172128afaf3f260dbe"
url "https://releases.mondoo.com/cnquery/10.8.2/cnquery_10.8.2_darwin_arm64.tar.gz"
sha256 "06d7ae106d7efdf3bd2f9c6230945ad2682b2e8c785f1ade485e84f2c763fc2a"
url "https://releases.mondoo.com/cnquery/10.8.4/cnquery_10.8.4_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 "10.8.2"
version "10.8.4"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "e860375f14f258d070d942acee22d0aec386bd4298cbd29e3626659d644e8072"
url "https://releases.mondoo.com/cnspec/10.8.2/cnspec_10.8.2_darwin_amd64.tar.gz"
sha256 "28a2857f6a506aa135feb98a34895a8753b4c924a0fea562a650137b8fa88119"
url "https://releases.mondoo.com/cnspec/10.8.4/cnspec_10.8.4_darwin_amd64.tar.gz"
else
sha256 "4e1f2685be8c8081d088f96dc8380b4d14fe4f954d4d85ec8845db69281f8908"
url "https://releases.mondoo.com/cnspec/10.8.2/cnspec_10.8.2_darwin_arm64.tar.gz"
sha256 "fd3090485d631697ab0f95a8c87ca563fb52942aad28c7adc4c8698622a885d4"
url "https://releases.mondoo.com/cnspec/10.8.4/cnspec_10.8.4_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit c36485e

Please sign in to comment.