Skip to content

Commit

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

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

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

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

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.0"
version "10.3.1"


if Hardware::CPU.intel?
sha256 "1c4127c11edc9fd8a8b5f3b6b49253a8bf1d2968800ff52398ecd3f0d9f4a053"
url "https://releases.mondoo.com/cnquery/10.3.0/cnquery_10.3.0_darwin_amd64.tar.gz"
sha256 "a3a0f53a8325f008b48f18368760658e8f694df69fa72d51c29997bfc4178d6b"
url "https://releases.mondoo.com/cnquery/10.3.1/cnquery_10.3.1_darwin_amd64.tar.gz"
else
sha256 "bdf6e5fbfc05464ac90c802a1b0bd0d7dab72005e6b52860379caad41e69402c"
url "https://releases.mondoo.com/cnquery/10.3.0/cnquery_10.3.0_darwin_arm64.tar.gz"
sha256 "5f086a7d2f920fade703fcb884a1fdb92bef46d215d311e175779b093a1ed006"
url "https://releases.mondoo.com/cnquery/10.3.1/cnquery_10.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 "10.3.0"
version "10.3.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "f9190c8db1f6d2e63f4bb108a5e12e515c1838192d8a3295af7d1f9c8978d88c"
url "https://releases.mondoo.com/cnspec/10.3.0/cnspec_10.3.0_darwin_amd64.tar.gz"
sha256 "7e94f8da45e2cf96720b70a914dd713f1b84e947e608c77fa226cecc9b7aa1c5"
url "https://releases.mondoo.com/cnspec/10.3.1/cnspec_10.3.1_darwin_amd64.tar.gz"
else
sha256 "1d2f4837eb60f2e6d2f98664bb05bb7a1e2219ae8906199f239197387a34c68c"
url "https://releases.mondoo.com/cnspec/10.3.0/cnspec_10.3.0_darwin_arm64.tar.gz"
sha256 "92e882bcba793e8545a5872c55d486a9850f3113c490d1f5d7ded857c8d5b04b"
url "https://releases.mondoo.com/cnspec/10.3.1/cnspec_10.3.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 0e506f7

Please sign in to comment.