Skip to content

Commit

Permalink
11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Apr 17, 2024
1 parent 1f21fb9 commit ef742e0
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.0"
version "11.0.1"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "2485c386fed0f00b621cd922b7a848086ae779c16d631e13d80b96a4a04ee35a"
sha256 "409d5eca82a0dba7358d46b479a135ff25e90872dd93c32dd7e74a55db4ef921"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "2485c386fed0f00b621cd922b7a848086ae779c16d631e13d80b96a4a04ee35a"
sha256 "409d5eca82a0dba7358d46b479a135ff25e90872dd93c32dd7e74a55db4ef921"

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


if Hardware::CPU.intel?
sha256 "8ce1b73d0b3df72e2d213f410d331bb82606659186277235f8500ca8de305fd1"
url "https://releases.mondoo.com/cnquery/11.0.0/cnquery_11.0.0_darwin_amd64.tar.gz"
sha256 "477b94eb14a59121dacf8c34bb476cfbb67630b34946a7bdeb7b10a00b2d759f"
url "https://releases.mondoo.com/cnquery/11.0.1/cnquery_11.0.1_darwin_amd64.tar.gz"
else
sha256 "057fe5c2977e401132fcd6b72b5a8d61562ef4aeaaadc8afbbe9a547056a8727"
url "https://releases.mondoo.com/cnquery/11.0.0/cnquery_11.0.0_darwin_arm64.tar.gz"
sha256 "31f815a91fd439e46f16a41f017944b393df4b085b44f598d4d637bc5f1b2b8c"
url "https://releases.mondoo.com/cnquery/11.0.1/cnquery_11.0.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.0.0"
version "11.0.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "d2c4419b04da173b1a4810a607435768263592408da96f86471b3e53f6f7bdf7"
url "https://releases.mondoo.com/cnspec/11.0.0/cnspec_11.0.0_darwin_amd64.tar.gz"
sha256 "26a2f399d3bec61e372b34773196a80de6447dac72830ee6d171696daca5bff6"
url "https://releases.mondoo.com/cnspec/11.0.1/cnspec_11.0.1_darwin_amd64.tar.gz"
else
sha256 "8a6056efa7fe06449670390d4c6cacafce910dfc9fc974deebca6d110f28d4a4"
url "https://releases.mondoo.com/cnspec/11.0.0/cnspec_11.0.0_darwin_arm64.tar.gz"
sha256 "c4b833411eadcd90583055087f54ba46ad80bb9da348c6ecbd231f96bce10120"
url "https://releases.mondoo.com/cnspec/11.0.1/cnspec_11.0.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit ef742e0

Please sign in to comment.