Skip to content

Commit

Permalink
10.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Mar 7, 2024
1 parent ddce679 commit 6ffafce
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.6.0"
version "10.6.1"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "772692fff066276335e318bab6fbde411be7f67eab7e20e0eac1974247f1a7c8"
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 "10.6.0"
version "10.6.1"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "772692fff066276335e318bab6fbde411be7f67eab7e20e0eac1974247f1a7c8"
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 "10.6.0"
version "10.6.1"


if Hardware::CPU.intel?
sha256 "2bec3b99cad8febc9852c0a2a035685f521cb5cb8a7e94217dada1f9399aa643"
url "https://releases.mondoo.com/cnquery/10.6.0/cnquery_10.6.0_darwin_amd64.tar.gz"
sha256 "a1562e817344611d38ed78e4031cbd75b3475c4248f99dc9544d419b2bfaf769"
url "https://releases.mondoo.com/cnquery/10.6.1/cnquery_10.6.1_darwin_amd64.tar.gz"
else
sha256 "a63cfaf7683ba205c3f0850477cb928e6b8e1d288735355f7f56f3c746ef1dd5"
url "https://releases.mondoo.com/cnquery/10.6.0/cnquery_10.6.0_darwin_arm64.tar.gz"
sha256 "9f297b7fad3aa40ee694813ed40d675511820e8caaf6450753561ba55ab3832c"
url "https://releases.mondoo.com/cnquery/10.6.1/cnquery_10.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 "10.6.0"
version "10.6.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "4638074ff589eab344e61c47d106811ced338ce5bb8992266beceb58f0098ad8"
url "https://releases.mondoo.com/cnspec/10.6.0/cnspec_10.6.0_darwin_amd64.tar.gz"
sha256 "f81f0a9073b29351018b0e78e3cb8a51d942f5bf8b381e40e49c7b26d38bc8f9"
url "https://releases.mondoo.com/cnspec/10.6.1/cnspec_10.6.1_darwin_amd64.tar.gz"
else
sha256 "ecc056946d4120d24adb8578114ba26d0336cc54d56787a3be0a15fe218b92b0"
url "https://releases.mondoo.com/cnspec/10.6.0/cnspec_10.6.0_darwin_arm64.tar.gz"
sha256 "2a1612e6be37282154497034a4995be43b5401375142c16dd5244a7fce5ba719"
url "https://releases.mondoo.com/cnspec/10.6.1/cnspec_10.6.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 6ffafce

Please sign in to comment.