Skip to content

Commit

Permalink
9.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Nov 27, 2023
1 parent ddd1a3c commit d6c434d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.8.0"
version "9.9.0"
homepage "https://mondoo.com"

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

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

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

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.8.0"
version "9.9.0"


if Hardware::CPU.intel?
sha256 "5ae843c9208f3d3b796c3c0c8db9835d11253b00ba3ddc8a455d100328a94aed"
url "https://releases.mondoo.com/cnquery/9.8.0/cnquery_9.8.0_darwin_amd64.tar.gz"
sha256 "f76f9e69673f0d13456a33baac6125ca700352dfce4bf247ea7f38f53758a573"
url "https://releases.mondoo.com/cnquery/9.9.0/cnquery_9.9.0_darwin_amd64.tar.gz"
else
sha256 "c0800044ed4f1081765198f6ccc424413e1c0c764ac902c770c546888050ea4f"
url "https://releases.mondoo.com/cnquery/9.8.0/cnquery_9.8.0_darwin_arm64.tar.gz"
sha256 "a3a266ded9426af0c783781cd8a99ed622d9a0ecc57db7130283f9bae6057e75"
url "https://releases.mondoo.com/cnquery/9.9.0/cnquery_9.9.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit d6c434d

Please sign in to comment.