Skip to content

Commit

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

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

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

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

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.13.0"
version "9.14.0"


if Hardware::CPU.intel?
sha256 "0ebcfebffe90f0ad0047179413971f2e4b065aa98791f97ac7d15d7a075575ce"
url "https://releases.mondoo.com/cnquery/9.13.0/cnquery_9.13.0_darwin_amd64.tar.gz"
sha256 "1e99c5a387d38cbafa172865e0a517692a4c968b1449cd86cd2a305e02d3351b"
url "https://releases.mondoo.com/cnquery/9.14.0/cnquery_9.14.0_darwin_amd64.tar.gz"
else
sha256 "8c20a2d1b2078850f81c5dfe98ab59f9f148e169fdfe7760446cbbf5a4b570ec"
url "https://releases.mondoo.com/cnquery/9.13.0/cnquery_9.13.0_darwin_arm64.tar.gz"
sha256 "e5d1ff55b9984ff1a7047fc630c5e872c60b2c24a0622fda0e9a42448b8959c5"
url "https://releases.mondoo.com/cnquery/9.14.0/cnquery_9.14.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.13.0"
version "9.14.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "e2ae049b08e3f3184447d47170c9d2fa041d37efe251059bcc4ae023a7049e3b"
url "https://releases.mondoo.com/cnspec/9.13.0/cnspec_9.13.0_darwin_amd64.tar.gz"
sha256 "fa254ecdc40c29a8246e04112455698cdba8b12883f62d2fd5d2a88d7018fe94"
url "https://releases.mondoo.com/cnspec/9.14.0/cnspec_9.14.0_darwin_amd64.tar.gz"
else
sha256 "80f62c153b7dceab5c255239aaab0a4e76386550aeb841b9a534f290ecf42515"
url "https://releases.mondoo.com/cnspec/9.13.0/cnspec_9.13.0_darwin_arm64.tar.gz"
sha256 "68696438675eef947e96c3d19574a7521de636000684926850d96ba58242e0fd"
url "https://releases.mondoo.com/cnspec/9.14.0/cnspec_9.14.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit a7e4dcd

Please sign in to comment.