Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Jan 23, 2024
1 parent a7e4dcd commit f955456
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.14.0"
version "10.0.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "0e0524fd1e04afe535d857ef2dc6614785297d9b46cac81ed405677d313b9512"
sha256 "710632ef9f406ab17d494ed9fab76aeb722a1b03e247cef0548f5343b7842734"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "0e0524fd1e04afe535d857ef2dc6614785297d9b46cac81ed405677d313b9512"
sha256 "710632ef9f406ab17d494ed9fab76aeb722a1b03e247cef0548f5343b7842734"

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.14.0"
version "10.0.0"


if Hardware::CPU.intel?
sha256 "1e99c5a387d38cbafa172865e0a517692a4c968b1449cd86cd2a305e02d3351b"
url "https://releases.mondoo.com/cnquery/9.14.0/cnquery_9.14.0_darwin_amd64.tar.gz"
sha256 "ee71e46aade77388ac7302836392db76bd092f3e0015e800ff5c986d5a713a9b"
url "https://releases.mondoo.com/cnquery/10.0.0/cnquery_10.0.0_darwin_amd64.tar.gz"
else
sha256 "e5d1ff55b9984ff1a7047fc630c5e872c60b2c24a0622fda0e9a42448b8959c5"
url "https://releases.mondoo.com/cnquery/9.14.0/cnquery_9.14.0_darwin_arm64.tar.gz"
sha256 "64f9a4cdbdfeb27aca644b1c167a17ab95fee848be7dad8b25f5d4d86631427d"
url "https://releases.mondoo.com/cnquery/10.0.0/cnquery_10.0.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 "9.14.0"
version "10.0.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "fa254ecdc40c29a8246e04112455698cdba8b12883f62d2fd5d2a88d7018fe94"
url "https://releases.mondoo.com/cnspec/9.14.0/cnspec_9.14.0_darwin_amd64.tar.gz"
sha256 "33f91d8c2c478a6a3ef9ad00b745bec713fa004858e3562bbe4e468b6f3b2739"
url "https://releases.mondoo.com/cnspec/10.0.0/cnspec_10.0.0_darwin_amd64.tar.gz"
else
sha256 "68696438675eef947e96c3d19574a7521de636000684926850d96ba58242e0fd"
url "https://releases.mondoo.com/cnspec/9.14.0/cnspec_9.14.0_darwin_arm64.tar.gz"
sha256 "5a98663752ead9df3a275a130eff3859e8b90e539118e995dba162798d8530a7"
url "https://releases.mondoo.com/cnspec/10.0.0/cnspec_10.0.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit f955456

Please sign in to comment.