Skip to content

Commit

Permalink
9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Nov 2, 2023
1 parent 4f3f470 commit c287a56
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.5.0"
version "9.5.1"
homepage "https://mondoo.com"

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

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

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

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.5.0"
version "9.5.1"


if Hardware::CPU.intel?
sha256 "5ab39e76b1008c830ba324490ae6804837563a74ab7704a2cd3a0b3c0dc9a5a3"
url "https://releases.mondoo.com/cnquery/9.5.0/cnquery_9.5.0_darwin_amd64.tar.gz"
sha256 "ecaa518b1bb069e70bf6c48cbacacc5237c15fcd5678cf9c8200401de4ba329e"
url "https://releases.mondoo.com/cnquery/9.5.1/cnquery_9.5.1_darwin_amd64.tar.gz"
else
sha256 "76176fdfb388b56e99c7f7b52bf9058df55009b61891ce1db8e74294fe047980"
url "https://releases.mondoo.com/cnquery/9.5.0/cnquery_9.5.0_darwin_arm64.tar.gz"
sha256 "16135b1378c663dcfcf35ca84e3767e8f9a1145aa3d5656b4356bc3661bb104d"
url "https://releases.mondoo.com/cnquery/9.5.1/cnquery_9.5.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 "9.5.0"
version "9.5.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "66a92b51a5e99366e8e6a9f1f545a33094aafd06060675630829276d4d49d829"
url "https://releases.mondoo.com/cnspec/9.5.0/cnspec_9.5.0_darwin_amd64.tar.gz"
sha256 "3bbdb365e1215ca1d6bee47493982ad7885a4c0f50881febe6bbd0f195ddd801"
url "https://releases.mondoo.com/cnspec/9.5.1/cnspec_9.5.1_darwin_amd64.tar.gz"
else
sha256 "fdba846bcc369abcb002b73f89b3b9ba95ad0c9bb5d8b9fb593d138100affe32"
url "https://releases.mondoo.com/cnspec/9.5.0/cnspec_9.5.0_darwin_arm64.tar.gz"
sha256 "536f426f7813946c938f069e2ea17d19f2a2d1acecaf92231a4f4f793ba6be06"
url "https://releases.mondoo.com/cnspec/9.5.1/cnspec_9.5.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit c287a56

Please sign in to comment.