Skip to content

Commit

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

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

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

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

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.1.0"
version "11.1.1"


if Hardware::CPU.intel?
sha256 "e373229ad4451fefd9183b8fa0467f391c96730caf3795e8961184f2eaf11336"
url "https://releases.mondoo.com/cnquery/11.1.0/cnquery_11.1.0_darwin_amd64.tar.gz"
sha256 "3e9f639f96ef1bb983145993e0de3e0ad9c0bb706581bd2a772ab06b436c35e3"
url "https://releases.mondoo.com/cnquery/11.1.1/cnquery_11.1.1_darwin_amd64.tar.gz"
else
sha256 "42d177738d6fb9e05971ca125c3e4d5654bf10ab3b02af9ea3f08e8456051a2b"
url "https://releases.mondoo.com/cnquery/11.1.0/cnquery_11.1.0_darwin_arm64.tar.gz"
sha256 "9f1277fc4a702f8e498995de92bb294e8aa443916334a16ff515bfaf1240b98b"
url "https://releases.mondoo.com/cnquery/11.1.1/cnquery_11.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 "11.1.0"
version "11.1.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "d2db7ced88e0aba5d6413f284b4e8b495761557c9f3e9cae3de34f261709df73"
url "https://releases.mondoo.com/cnspec/11.1.0/cnspec_11.1.0_darwin_amd64.tar.gz"
sha256 "0c15f42ab982f749a741db190661f8a03450f79afb8bc86dd65aa7927b4b437d"
url "https://releases.mondoo.com/cnspec/11.1.1/cnspec_11.1.1_darwin_amd64.tar.gz"
else
sha256 "1e7b9cccacd7652e6a559f20e162578c3a888fcc91f72b563aa1c81558b73f5f"
url "https://releases.mondoo.com/cnspec/11.1.0/cnspec_11.1.0_darwin_arm64.tar.gz"
sha256 "a82ade7b27b694ba93cfcf4868cc472195cf406033d017ba81e3fba85038c271"
url "https://releases.mondoo.com/cnspec/11.1.1/cnspec_11.1.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 2de922d

Please sign in to comment.