Skip to content

Commit

Permalink
11.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed May 8, 2024
1 parent 548dac8 commit 03479bb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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.3.0"
version "11.3.1"
homepage "https://mondoo.com"

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

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

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

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.3.0"
version "11.3.1"


if Hardware::CPU.intel?
sha256 "29fa0617ec64ddae5a346c8304b4b4060f4846d8ed7401b1f07f9c1bfbdab661"
url "https://releases.mondoo.com/cnquery/11.3.0/cnquery_11.3.0_darwin_amd64.tar.gz"
sha256 "e4f615949172116e59f2039e750f934884ed14921f86d3dc94c8fb24a871e957"
url "https://releases.mondoo.com/cnquery/11.3.1/cnquery_11.3.1_darwin_amd64.tar.gz"
else
sha256 "9fa81cef18d26d4524d8386e2d983a3510b0d842182cac3c2df1b9cf39fd94eb"
url "https://releases.mondoo.com/cnquery/11.3.0/cnquery_11.3.0_darwin_arm64.tar.gz"
sha256 "2024266a680d231d7693481833a8c84d3ecd9b788e356cc515c26bf484754201"
url "https://releases.mondoo.com/cnquery/11.3.1/cnquery_11.3.1_darwin_arm64.tar.gz"
end

def install
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 "11.3.0"
version "11.3.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "50d79051e15187ccc8e322b527cb3ff2af29fea88e25b5e841a0b010ee2b45e8"
url "https://releases.mondoo.com/cnspec/11.3.0/cnspec_11.3.0_darwin_amd64.tar.gz"
sha256 "9e90d170199d59a8cbdd8a9203029b6c5e917102757ba7643ab7692aa16e5401"
url "https://releases.mondoo.com/cnspec/11.3.1/cnspec_11.3.1_darwin_amd64.tar.gz"
else
sha256 "15ecccaabeee7940b40f6ea5095e98f934c48e4b18af6c76b85df402ade86ff7"
url "https://releases.mondoo.com/cnspec/11.3.0/cnspec_11.3.0_darwin_arm64.tar.gz"
sha256 "c9023e0e145d08c84649a7eda3aa0d61c55379d99f76fd44fbd5002456fa296b"
url "https://releases.mondoo.com/cnspec/11.3.1/cnspec_11.3.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 03479bb

Please sign in to comment.