Skip to content

Commit

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

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

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

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

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.1"
version "10.8.2"


if Hardware::CPU.intel?
sha256 "adfc5fbd76b0249292818f3367010324655f9564e61c2db9fe9c526efe5a7975"
url "https://releases.mondoo.com/cnquery/10.8.1/cnquery_10.8.1_darwin_amd64.tar.gz"
sha256 "3f8927355be80ee803d83ca51f2dbb59b38d844b1f9405e6537c91ab60786d35"
url "https://releases.mondoo.com/cnquery/10.8.2/cnquery_10.8.2_darwin_amd64.tar.gz"
else
sha256 "e60532d1d4a2e66ce3e147e6146fbda9102f71c8c5d5bbb15ef3f22abb7b6e6d"
url "https://releases.mondoo.com/cnquery/10.8.1/cnquery_10.8.1_darwin_arm64.tar.gz"
sha256 "cc9ace8e2bc1b4264e3084e6941d6217704ff733949f26172128afaf3f260dbe"
url "https://releases.mondoo.com/cnquery/10.8.2/cnquery_10.8.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 "10.8.1"
version "10.8.2"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "b1441f4e1bcb1b9d89c4fb9d7e48f45dce505dadf227b390ba5897abaf8e6f41"
url "https://releases.mondoo.com/cnspec/10.8.1/cnspec_10.8.1_darwin_amd64.tar.gz"
sha256 "e860375f14f258d070d942acee22d0aec386bd4298cbd29e3626659d644e8072"
url "https://releases.mondoo.com/cnspec/10.8.2/cnspec_10.8.2_darwin_amd64.tar.gz"
else
sha256 "e52d2aa57d1dfdd9a229fc7efc9eae6902b7ad7539f3b5479aa863eaa239bf67"
url "https://releases.mondoo.com/cnspec/10.8.1/cnspec_10.8.1_darwin_arm64.tar.gz"
sha256 "4e1f2685be8c8081d088f96dc8380b4d14fe4f954d4d85ec8845db69281f8908"
url "https://releases.mondoo.com/cnspec/10.8.2/cnspec_10.8.2_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit e8b3c8e

Please sign in to comment.