Skip to content

Commit

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

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

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

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

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.0"
version "10.1.1"


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

if Hardware::CPU.intel?
sha256 "f9b0bdbbe6e662299c037aa7408894e6b54da65669c082f77c7629acee2d6616"
url "https://releases.mondoo.com/cnspec/10.1.0/cnspec_10.1.0_darwin_amd64.tar.gz"
sha256 "c6ddc307f6881764507b85987fd7e312fe86ccefc15d6b814bd50ae82980e672"
url "https://releases.mondoo.com/cnspec/10.1.1/cnspec_10.1.1_darwin_amd64.tar.gz"
else
sha256 "0fc284af541e4db859018edaf5db50f64781a387989bbc484ced24ee4c40ae09"
url "https://releases.mondoo.com/cnspec/10.1.0/cnspec_10.1.0_darwin_arm64.tar.gz"
sha256 "76e782f3e2daf34d64c8b5d908a45d2019e55b05108b2142ad2ac91763530c0b"
url "https://releases.mondoo.com/cnspec/10.1.1/cnspec_10.1.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 5df70f9

Please sign in to comment.