Skip to content

Commit

Permalink
9.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Jan 3, 2024
1 parent 77ac8ed commit 56657ba
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 "9.12.3"
version "9.13.0"
homepage "https://mondoo.com"

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

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

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

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 "9.12.3"
version "9.13.0"


if Hardware::CPU.intel?
sha256 "d77234d9b3ab675c728bd4a3449a1fe10fa72e489255363c165d3219a093f622"
url "https://releases.mondoo.com/cnquery/9.12.3/cnquery_9.12.3_darwin_amd64.tar.gz"
sha256 "0ebcfebffe90f0ad0047179413971f2e4b065aa98791f97ac7d15d7a075575ce"
url "https://releases.mondoo.com/cnquery/9.13.0/cnquery_9.13.0_darwin_amd64.tar.gz"
else
sha256 "7ea738bb4a7c1425de280ca6884a069cdc4103fef94894abee4408f46d93d990"
url "https://releases.mondoo.com/cnquery/9.12.3/cnquery_9.12.3_darwin_arm64.tar.gz"
sha256 "8c20a2d1b2078850f81c5dfe98ab59f9f148e169fdfe7760446cbbf5a4b570ec"
url "https://releases.mondoo.com/cnquery/9.13.0/cnquery_9.13.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 "9.12.3"
version "9.13.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "114781b5e7ebbf20f4a04ae55f020ccca42db4d02fe1363c06236672d342685b"
url "https://releases.mondoo.com/cnspec/9.12.3/cnspec_9.12.3_darwin_amd64.tar.gz"
sha256 "e2ae049b08e3f3184447d47170c9d2fa041d37efe251059bcc4ae023a7049e3b"
url "https://releases.mondoo.com/cnspec/9.13.0/cnspec_9.13.0_darwin_amd64.tar.gz"
else
sha256 "772d22f7ff11d4b4624e4abb103b5e2f07d4171180315323cf311a5b38dc1655"
url "https://releases.mondoo.com/cnspec/9.12.3/cnspec_9.12.3_darwin_arm64.tar.gz"
sha256 "80f62c153b7dceab5c255239aaab0a4e76386550aeb841b9a534f290ecf42515"
url "https://releases.mondoo.com/cnspec/9.13.0/cnspec_9.13.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 56657ba

Please sign in to comment.