Skip to content

Commit

Permalink
11.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Oct 22, 2024
1 parent a396a15 commit 320dbaf
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 "11.26.0"
version "11.27.0"
homepage "https://mondoo.com"

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

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

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

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 "11.26.0"
version "11.27.0"


if Hardware::CPU.intel?
sha256 "652c3a2f7c287e55b06eb1900cfe6458d7fa377571e0814e84a0f05f64592e97"
url "https://releases.mondoo.com/cnquery/11.26.0/cnquery_11.26.0_darwin_amd64.tar.gz"
sha256 "267fa60a59c44a297a1c8c80c3c7edc7247a1888422dedd217f1c5eb5f68e938"
url "https://releases.mondoo.com/cnquery/11.27.0/cnquery_11.27.0_darwin_amd64.tar.gz"
else
sha256 "b6be1f37069aabe621a221bc7b45f38de5e37aa098b4338ac25ea505cfc80e72"
url "https://releases.mondoo.com/cnquery/11.26.0/cnquery_11.26.0_darwin_arm64.tar.gz"
sha256 "c587bae0450a070ab0b13b35c8cc8ce092015a03e19d6999f7dc5d2f5ca45c64"
url "https://releases.mondoo.com/cnquery/11.27.0/cnquery_11.27.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 320dbaf

Please sign in to comment.