Skip to content

Commit

Permalink
10.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Feb 17, 2024
1 parent d914632 commit 2cd2330
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.3.3"
version "10.3.4"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "4e1efc1587f0474f2073d2e9b7b466899af63b93b6fbd1ac4e390a9f97d6a3b4"
sha256 "5466851b165b7e74fe799c7214d4dc369d129907d6cbe3717afc1ccc9839e0a4"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "4e1efc1587f0474f2073d2e9b7b466899af63b93b6fbd1ac4e390a9f97d6a3b4"
sha256 "5466851b165b7e74fe799c7214d4dc369d129907d6cbe3717afc1ccc9839e0a4"

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.3.3"
version "10.3.4"


if Hardware::CPU.intel?
sha256 "c3ebdc8a02227feb27b31b4cc93ccec0f44906c1b219aec6001222352a4416e2"
url "https://releases.mondoo.com/cnquery/10.3.3/cnquery_10.3.3_darwin_amd64.tar.gz"
sha256 "07583be0ea9cc92075ecd370ca22c7c2f58566c3c3b49e5148d94abf4ac2f0a9"
url "https://releases.mondoo.com/cnquery/10.3.4/cnquery_10.3.4_darwin_amd64.tar.gz"
else
sha256 "d8821482841faf96db035b556a7934a7215f582719e71f74f04f6d00afaf36a0"
url "https://releases.mondoo.com/cnquery/10.3.3/cnquery_10.3.3_darwin_arm64.tar.gz"
sha256 "97af4f427261f505beec9d4e1d247cfb61313781bedc6da28e0ea481e33f4414"
url "https://releases.mondoo.com/cnquery/10.3.4/cnquery_10.3.4_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.3.3"
version "10.3.4"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "6859a846f17085b6d494c3e6bf354ec36b46297a6b4d4e97d534fa37666c0a01"
url "https://releases.mondoo.com/cnspec/10.3.3/cnspec_10.3.3_darwin_amd64.tar.gz"
sha256 "2fabad7aa6f175ae5a210f6bc6d87696a1051ce9e14fb8c70c1c5364cb5fd8dd"
url "https://releases.mondoo.com/cnspec/10.3.4/cnspec_10.3.4_darwin_amd64.tar.gz"
else
sha256 "2bd1db75380c49759257bc0e578b427bf677eb7447eaa1a433344c9a75ef056b"
url "https://releases.mondoo.com/cnspec/10.3.3/cnspec_10.3.3_darwin_arm64.tar.gz"
sha256 "6e252b7ce76f7a328483619f2df3946165bf243e576872c164eae70c627ba66f"
url "https://releases.mondoo.com/cnspec/10.3.4/cnspec_10.3.4_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 2cd2330

Please sign in to comment.