Skip to content

Commit

Permalink
10.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Feb 16, 2024
1 parent 0e506f7 commit c50e53d
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 "10.3.1"
version "10.3.2"
homepage "https://mondoo.com"

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

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

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

livecheck do
url "https://releases.mondoo.com/mondoo/latest/index.html"
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 "10.3.1"
version "10.3.2"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "7e94f8da45e2cf96720b70a914dd713f1b84e947e608c77fa226cecc9b7aa1c5"
url "https://releases.mondoo.com/cnspec/10.3.1/cnspec_10.3.1_darwin_amd64.tar.gz"
sha256 "f836f7fdccf800712147708ebc0f796ff9d5d470a59952f748cad864ccac974b"
url "https://releases.mondoo.com/cnspec/10.3.2/cnspec_10.3.2_darwin_amd64.tar.gz"
else
sha256 "92e882bcba793e8545a5872c55d486a9850f3113c490d1f5d7ded857c8d5b04b"
url "https://releases.mondoo.com/cnspec/10.3.1/cnspec_10.3.1_darwin_arm64.tar.gz"
sha256 "bda38763a1ecf04f0d24ac3b8c14916a5ef549a4ab6f280bb1fac2cfd57d96b0"
url "https://releases.mondoo.com/cnspec/10.3.2/cnspec_10.3.2_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit c50e53d

Please sign in to comment.