Skip to content

Commit

Permalink
11.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Oct 8, 2024
1 parent 2939a5b commit 7810e2c
Showing 1 changed file with 5 additions and 5 deletions.
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 "11.24.0"
version "11.25.0"


if Hardware::CPU.intel?
sha256 "aae2299c0630b467d1603b80b490545b3271cd0365b540bd0d9f374b3bb7e327"
url "https://releases.mondoo.com/cnquery/11.24.0/cnquery_11.24.0_darwin_amd64.tar.gz"
sha256 "be1eeb5cc47c697685216e84504d3f2f1aa78eb1953328f42edc5cf73e52f69d"
url "https://releases.mondoo.com/cnquery/11.25.0/cnquery_11.25.0_darwin_amd64.tar.gz"
else
sha256 "3f419fea086e03379ac9fd5d0def32e01cc5026a996de8481a0a614de9bf0ebb"
url "https://releases.mondoo.com/cnquery/11.24.0/cnquery_11.24.0_darwin_arm64.tar.gz"
sha256 "7c6015f7e89fa24c2ae68e0ac0e40051c66cc8748c8cde85a74a068796c582f3"
url "https://releases.mondoo.com/cnquery/11.25.0/cnquery_11.25.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 7810e2c

Please sign in to comment.