Skip to content

Commit

Permalink
10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Jan 30, 2024
1 parent 07408de commit 47626fe
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.0.3"
version "10.1.0"
homepage "https://mondoo.com"

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

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

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

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.0.3"
version "10.1.0"


if Hardware::CPU.intel?
sha256 "00aeb392d298f7bbee7ce39cdcf29696d3fe3a95e35ef46ad511a36e5908532c"
url "https://releases.mondoo.com/cnquery/10.0.3/cnquery_10.0.3_darwin_amd64.tar.gz"
sha256 "436541a19f4729283472ab1f575063c188c98bd1f1a33adbd4e2401fcaad32e8"
url "https://releases.mondoo.com/cnquery/10.1.0/cnquery_10.1.0_darwin_amd64.tar.gz"
else
sha256 "d017670bec999528e5c8b38ce9269dc2addcfc25e99c07fb76e94bc077fa5978"
url "https://releases.mondoo.com/cnquery/10.0.3/cnquery_10.0.3_darwin_arm64.tar.gz"
sha256 "609274e40394b4130d0389e37f8b92403d58aa4314460019ee4241a557258e38"
url "https://releases.mondoo.com/cnquery/10.1.0/cnquery_10.1.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.0.3"
version "10.1.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "ce351791535651d02779ebd2504cd516ff8370823963ef259b4a88e33ab50a11"
url "https://releases.mondoo.com/cnspec/10.0.3/cnspec_10.0.3_darwin_amd64.tar.gz"
sha256 "f9b0bdbbe6e662299c037aa7408894e6b54da65669c082f77c7629acee2d6616"
url "https://releases.mondoo.com/cnspec/10.1.0/cnspec_10.1.0_darwin_amd64.tar.gz"
else
sha256 "e46f81d5331f7b6cd31e708b8915dc0fa1b9798846b335cea45263abdec95246"
url "https://releases.mondoo.com/cnspec/10.0.3/cnspec_10.0.3_darwin_arm64.tar.gz"
sha256 "0fc284af541e4db859018edaf5db50f64781a387989bbc484ced24ee4c40ae09"
url "https://releases.mondoo.com/cnspec/10.1.0/cnspec_10.1.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 47626fe

Please sign in to comment.