Skip to content

Commit

Permalink
11.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed May 30, 2024
1 parent 9db9ee6 commit b5f4905
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.5.0"
version "11.6.1"
homepage "https://mondoo.com"

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

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

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

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.6.0"
version "11.6.1"


if Hardware::CPU.intel?
sha256 "80cdc14600923511a554c4c8ca7b72e46434de60448ce0ace56c87ec87c6e5c2"
url "https://releases.mondoo.com/cnquery/11.6.0/cnquery_11.6.0_darwin_amd64.tar.gz"
sha256 "dc23b42fac9ae6ba36fad71c6960b9816c8d4dd329afc17cc8496241607f69de"
url "https://releases.mondoo.com/cnquery/11.6.1/cnquery_11.6.1_darwin_amd64.tar.gz"
else
sha256 "223f4fa693f7dd022abae77c519d6c6c67a1865e1d07dfbd84fecce36f1004b9"
url "https://releases.mondoo.com/cnquery/11.6.0/cnquery_11.6.0_darwin_arm64.tar.gz"
sha256 "463a18929abb9f0de53c0553408c8409cb8a0ab285bb96bb65e9c00c2362d13e"
url "https://releases.mondoo.com/cnquery/11.6.1/cnquery_11.6.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.6.0"
version "11.6.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "ddbbce2ec66eb5764b78581a49b56c35884b15e08e64533627d6c2a9ab4632ff"
url "https://releases.mondoo.com/cnspec/11.6.0/cnspec_11.6.0_darwin_amd64.tar.gz"
sha256 "7c8d3830ad5a06aabfa1ce9c3a0dd8d98f8b3df0081668bef521073bfd46349f"
url "https://releases.mondoo.com/cnspec/11.6.1/cnspec_11.6.1_darwin_amd64.tar.gz"
else
sha256 "98a003f63c4c74caf7038874ffa6e088727c13477eaa789e0c39c7a9a116761e"
url "https://releases.mondoo.com/cnspec/11.6.0/cnspec_11.6.0_darwin_arm64.tar.gz"
sha256 "bef185c9db753d0aeea44f234f228b6f1c353a5dc1181a31bb4b33e9f14bcc0c"
url "https://releases.mondoo.com/cnspec/11.6.1/cnspec_11.6.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit b5f4905

Please sign in to comment.