Skip to content

Commit

Permalink
9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Oct 9, 2023
1 parent 3068a04 commit e475c3b
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 "9.0.1"
version "9.0.2"
homepage "https://mondoo.com"

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

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

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

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 "9.0.1"
version "9.0.2"


if Hardware::CPU.intel?
sha256 "8221d0915cae831a243f037a0376c11ac823d8aa94983b5004b3339c0da909e3"
url "https://releases.mondoo.com/cnquery/9.0.1/cnquery_9.0.1_darwin_amd64.tar.gz"
sha256 "c4e7e0a80de152330a80853776445af07ca4127f12307bdf657d4f91ea017116"
url "https://releases.mondoo.com/cnquery/9.0.2/cnquery_9.0.2_darwin_amd64.tar.gz"
else
sha256 "9018867ee244abe79a0187c18f3fe79017821a0e1de14fd0178092454ac905da"
url "https://releases.mondoo.com/cnquery/9.0.1/cnquery_9.0.1_darwin_arm64.tar.gz"
sha256 "b728c305b2396294c3a9ad27d6f15ab798012df2eacf81bdea9c5de4a6be249f"
url "https://releases.mondoo.com/cnquery/9.0.2/cnquery_9.0.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 "9.0.1"
version "9.0.2"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "71ae7b879d55eddc6da4f10fcd0a4edc887c9358064cad99e6c5976e26865c84"
url "https://releases.mondoo.com/cnspec/9.0.1/cnspec_9.0.1_darwin_amd64.tar.gz"
sha256 "1b53cb53ddc8a9b90c99432c79208a1becf6e09d80779f0b7c23413e06ed3e31"
url "https://releases.mondoo.com/cnspec/9.0.2/cnspec_9.0.2_darwin_amd64.tar.gz"
else
sha256 "91bdec0ce6dc3d6d7c87d302457e8b5429092e262cc2e4ea03344a62ff87098c"
url "https://releases.mondoo.com/cnspec/9.0.1/cnspec_9.0.1_darwin_arm64.tar.gz"
sha256 "24fc64920d4c420a3812c6ac09e7e912897dc257c20bb066772bc5bc210a278a"
url "https://releases.mondoo.com/cnspec/9.0.2/cnspec_9.0.2_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit e475c3b

Please sign in to comment.