Skip to content

Commit

Permalink
10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Feb 13, 2024
1 parent c06f17e commit ac4e069
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 "10.2.0"
version "10.3.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "e2371c12bc59a7ce5d825ce4e30972fa919f51b8bfb3192f4b4b7bccb71bebd7"
sha256 "3ade23691308849aeb41c17a0619b8da7f6363a4644f6684e5158f914f53a90f"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "e2371c12bc59a7ce5d825ce4e30972fa919f51b8bfb3192f4b4b7bccb71bebd7"
sha256 "3ade23691308849aeb41c17a0619b8da7f6363a4644f6684e5158f914f53a90f"

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 "10.2.0"
version "10.3.0"


if Hardware::CPU.intel?
sha256 "c2a4e5ab6af26e1f995d0f1202ceed0a1f817b77642afc2a99874bb8328c5760"
url "https://releases.mondoo.com/cnquery/10.2.0/cnquery_10.2.0_darwin_amd64.tar.gz"
sha256 "1c4127c11edc9fd8a8b5f3b6b49253a8bf1d2968800ff52398ecd3f0d9f4a053"
url "https://releases.mondoo.com/cnquery/10.3.0/cnquery_10.3.0_darwin_amd64.tar.gz"
else
sha256 "dbbd9ac2db8323bab42c9ab21926e1838f0656196d8626dee24b75029f568e74"
url "https://releases.mondoo.com/cnquery/10.2.0/cnquery_10.2.0_darwin_arm64.tar.gz"
sha256 "bdf6e5fbfc05464ac90c802a1b0bd0d7dab72005e6b52860379caad41e69402c"
url "https://releases.mondoo.com/cnquery/10.3.0/cnquery_10.3.0_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 "10.2.0"
version "10.3.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "7a36474e3f4fdf40b96f4da7c197eb93b97043acae013cc0f10143c46160fec7"
url "https://releases.mondoo.com/cnspec/10.2.0/cnspec_10.2.0_darwin_amd64.tar.gz"
sha256 "f9190c8db1f6d2e63f4bb108a5e12e515c1838192d8a3295af7d1f9c8978d88c"
url "https://releases.mondoo.com/cnspec/10.3.0/cnspec_10.3.0_darwin_amd64.tar.gz"
else
sha256 "7b02a1239e8f8da52d850ae196ed6a73d9382c093ee4fbb99a74aa84588a16c7"
url "https://releases.mondoo.com/cnspec/10.2.0/cnspec_10.2.0_darwin_arm64.tar.gz"
sha256 "1d2f4837eb60f2e6d2f98664bb05bb7a1e2219ae8906199f239197387a34c68c"
url "https://releases.mondoo.com/cnspec/10.3.0/cnspec_10.3.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit ac4e069

Please sign in to comment.