Skip to content

Commit

Permalink
11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Apr 23, 2024
1 parent 69fd6f3 commit 8fc275c
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 "11.0.2"
version "11.1.0"
homepage "https://mondoo.com"

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

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

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

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 "11.0.2"
version "11.1.0"


if Hardware::CPU.intel?
sha256 "9facd1bb786f095f7f345e84836105774feff9df181406b4cd0f497bb244f359"
url "https://releases.mondoo.com/cnquery/11.0.2/cnquery_11.0.2_darwin_amd64.tar.gz"
sha256 "e373229ad4451fefd9183b8fa0467f391c96730caf3795e8961184f2eaf11336"
url "https://releases.mondoo.com/cnquery/11.1.0/cnquery_11.1.0_darwin_amd64.tar.gz"
else
sha256 "660b115830a2e31610ac86e72dcd2bcf9d888a420b5cba5d39a1e5dca4b413b9"
url "https://releases.mondoo.com/cnquery/11.0.2/cnquery_11.0.2_darwin_arm64.tar.gz"
sha256 "42d177738d6fb9e05971ca125c3e4d5654bf10ab3b02af9ea3f08e8456051a2b"
url "https://releases.mondoo.com/cnquery/11.1.0/cnquery_11.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 "11.0.2"
version "11.1.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "844a6d13ce869c0431e24bfd47c53b30463e36b1af5dff0c08bec53d6ec53795"
url "https://releases.mondoo.com/cnspec/11.0.2/cnspec_11.0.2_darwin_amd64.tar.gz"
sha256 "d2db7ced88e0aba5d6413f284b4e8b495761557c9f3e9cae3de34f261709df73"
url "https://releases.mondoo.com/cnspec/11.1.0/cnspec_11.1.0_darwin_amd64.tar.gz"
else
sha256 "a48db2eb175e41ec78d282a6872686c78eaeac8c4ea409ddb00e90b9f3bcd921"
url "https://releases.mondoo.com/cnspec/11.0.2/cnspec_11.0.2_darwin_arm64.tar.gz"
sha256 "1e7b9cccacd7652e6a559f20e162578c3a888fcc91f72b563aa1c81558b73f5f"
url "https://releases.mondoo.com/cnspec/11.1.0/cnspec_11.1.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 8fc275c

Please sign in to comment.