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 bce0b72 commit a396a15
Showing 1 changed file with 5 additions and 5 deletions.
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 "11.26.0"
version "11.27.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "aba02f802df37a7d2a682c171612951cd17747c2733a5a4839786548b9411093"
url "https://releases.mondoo.com/cnspec/11.26.0/cnspec_11.26.0_darwin_amd64.tar.gz"
sha256 "23cdbe828e738a5236107687d32b9b6968663dc38bb2dabd21c907ac1f55e5a2"
url "https://releases.mondoo.com/cnspec/11.27.0/cnspec_11.27.0_darwin_amd64.tar.gz"
else
sha256 "f531f992f09acaa81011c82dc48d34debffda1d018b97398e7c52a6637bf47bf"
url "https://releases.mondoo.com/cnspec/11.26.0/cnspec_11.26.0_darwin_arm64.tar.gz"
sha256 "36eaa0ec233f818ed1035b464454d3c2e45e767ddd7bdeeba1efb6eeab2ad3b2"
url "https://releases.mondoo.com/cnspec/11.27.0/cnspec_11.27.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit a396a15

Please sign in to comment.