Skip to content

Commit

Permalink
10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Feb 5, 2024
1 parent d89a98a commit c06f17e
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.1.6"
version "10.2.0"
homepage "https://mondoo.com"

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

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "250b8ad42341726961e50c9984fa659f6d77d18a7395f6eae32bc03f98896059"
sha256 "e2371c12bc59a7ce5d825ce4e30972fa919f51b8bfb3192f4b4b7bccb71bebd7"

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.1.6"
version "10.2.0"


if Hardware::CPU.intel?
sha256 "6a48d4957f111af79899bc871df9b842a65b780290edaa96a8c8d58eaf7e5806"
url "https://releases.mondoo.com/cnquery/10.1.6/cnquery_10.1.6_darwin_amd64.tar.gz"
sha256 "c2a4e5ab6af26e1f995d0f1202ceed0a1f817b77642afc2a99874bb8328c5760"
url "https://releases.mondoo.com/cnquery/10.2.0/cnquery_10.2.0_darwin_amd64.tar.gz"
else
sha256 "6eedb65d5477ff2e4e307ec5123fe0eb99a59fde6d0b0a049ff0520eacad3bdf"
url "https://releases.mondoo.com/cnquery/10.1.6/cnquery_10.1.6_darwin_arm64.tar.gz"
sha256 "dbbd9ac2db8323bab42c9ab21926e1838f0656196d8626dee24b75029f568e74"
url "https://releases.mondoo.com/cnquery/10.2.0/cnquery_10.2.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 "10.1.6"
version "10.2.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "b41dce1b4f1772c9d59a6eabddc28c3037315fb60ea22e5e14aa87e937fa67c7"
url "https://releases.mondoo.com/cnspec/10.1.6/cnspec_10.1.6_darwin_amd64.tar.gz"
sha256 "7a36474e3f4fdf40b96f4da7c197eb93b97043acae013cc0f10143c46160fec7"
url "https://releases.mondoo.com/cnspec/10.2.0/cnspec_10.2.0_darwin_amd64.tar.gz"
else
sha256 "8b2d88f110245c0c5d07b8f0f11799fc15963e1ace50763d7474649f616c900f"
url "https://releases.mondoo.com/cnspec/10.1.6/cnspec_10.1.6_darwin_arm64.tar.gz"
sha256 "7b02a1239e8f8da52d850ae196ed6a73d9382c093ee4fbb99a74aa84588a16c7"
url "https://releases.mondoo.com/cnspec/10.2.0/cnspec_10.2.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit c06f17e

Please sign in to comment.