Skip to content

Commit

Permalink
10.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Apr 16, 2024
1 parent 0064b2b commit 774a676
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.12.1"
version "10.12.2"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "9c050e3dbc24499ed0cd088fbf29b5e9f04728bea462c365a0f8c919148f23e5"
sha256 "9d99226cae49cea82cd468d59dc4ba0b23f91280a60006a7d740f4fd6dfcecfc"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "9c050e3dbc24499ed0cd088fbf29b5e9f04728bea462c365a0f8c919148f23e5"
sha256 "9d99226cae49cea82cd468d59dc4ba0b23f91280a60006a7d740f4fd6dfcecfc"

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.12.1"
version "10.12.2"


if Hardware::CPU.intel?
sha256 "7c383489748dbed2689a150222767faea702673a0119632b80143615ab678c39"
url "https://releases.mondoo.com/cnquery/10.12.1/cnquery_10.12.1_darwin_amd64.tar.gz"
sha256 "13106356bbf9afaf755c04017bd6dfd4d07e280966417df4ea18f24e659b433d"
url "https://releases.mondoo.com/cnquery/10.12.2/cnquery_10.12.2_darwin_amd64.tar.gz"
else
sha256 "acf0e40dbc631990b0168092e66a6308b4ddbcdb8bf5d3c715a30356ed4aa395"
url "https://releases.mondoo.com/cnquery/10.12.1/cnquery_10.12.1_darwin_arm64.tar.gz"
sha256 "cd3f17d7dbfce9f406af1750fd44e41d8dd06406ccc4b4aaaaf486ca1fd843f9"
url "https://releases.mondoo.com/cnquery/10.12.2/cnquery_10.12.2_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.12.1"
version "10.12.2"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "4de2f46f05cff1064834135c4b3ff38408881beb2a036783a4f652f9d9a895af"
url "https://releases.mondoo.com/cnspec/10.12.1/cnspec_10.12.1_darwin_amd64.tar.gz"
sha256 "d6203d9056f99c9304f2e5f0ce06bd9cc2c5dea4fdfeec62c46459bd1021bd49"
url "https://releases.mondoo.com/cnspec/10.12.2/cnspec_10.12.2_darwin_amd64.tar.gz"
else
sha256 "386a531a93e8c4b29631fecf0a876ed166d3bd5f30cc0bb9a250b3e5a23f72b9"
url "https://releases.mondoo.com/cnspec/10.12.1/cnspec_10.12.1_darwin_arm64.tar.gz"
sha256 "7b80554cd8a014fddc4534f2effa37727443f88a982983505df7cffb8d7aea49"
url "https://releases.mondoo.com/cnspec/10.12.2/cnspec_10.12.2_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 774a676

Please sign in to comment.