Skip to content

Commit

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

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

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

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

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.5.0"
version "10.6.0"


if Hardware::CPU.intel?
sha256 "521cc0fc9d51e523d5b1629bd27decae3e201b649b22ecabd9b9d3d7916bb27c"
url "https://releases.mondoo.com/cnquery/10.5.0/cnquery_10.5.0_darwin_amd64.tar.gz"
sha256 "2bec3b99cad8febc9852c0a2a035685f521cb5cb8a7e94217dada1f9399aa643"
url "https://releases.mondoo.com/cnquery/10.6.0/cnquery_10.6.0_darwin_amd64.tar.gz"
else
sha256 "060191f484aba31b2ad430b912ab95c4e223bba364b6bf4e8fc7eb0d2821083e"
url "https://releases.mondoo.com/cnquery/10.5.0/cnquery_10.5.0_darwin_arm64.tar.gz"
sha256 "a63cfaf7683ba205c3f0850477cb928e6b8e1d288735355f7f56f3c746ef1dd5"
url "https://releases.mondoo.com/cnquery/10.6.0/cnquery_10.6.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 "10.5.0"
version "10.6.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "096a6bab5ea6e067a16864510a44cdb2a8b6a842c807540e578f30a6f1c74257"
url "https://releases.mondoo.com/cnspec/10.5.0/cnspec_10.5.0_darwin_amd64.tar.gz"
sha256 "4638074ff589eab344e61c47d106811ced338ce5bb8992266beceb58f0098ad8"
url "https://releases.mondoo.com/cnspec/10.6.0/cnspec_10.6.0_darwin_amd64.tar.gz"
else
sha256 "589f5e000709c4d0bfec083d47f3760b7d40f4076da4a9167ced47dc6bd07175"
url "https://releases.mondoo.com/cnspec/10.5.0/cnspec_10.5.0_darwin_arm64.tar.gz"
sha256 "ecc056946d4120d24adb8578114ba26d0336cc54d56787a3be0a15fe218b92b0"
url "https://releases.mondoo.com/cnspec/10.6.0/cnspec_10.6.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit ddce679

Please sign in to comment.