Skip to content

Commit

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

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

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

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

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.4"
version "10.4.0"


if Hardware::CPU.intel?
sha256 "07583be0ea9cc92075ecd370ca22c7c2f58566c3c3b49e5148d94abf4ac2f0a9"
url "https://releases.mondoo.com/cnquery/10.3.4/cnquery_10.3.4_darwin_amd64.tar.gz"
sha256 "717fcf04e77e13a02e4d7648fe602cb9c692a1d0edf0219e65236a284a42f4ea"
url "https://releases.mondoo.com/cnquery/10.4.0/cnquery_10.4.0_darwin_amd64.tar.gz"
else
sha256 "97af4f427261f505beec9d4e1d247cfb61313781bedc6da28e0ea481e33f4414"
url "https://releases.mondoo.com/cnquery/10.3.4/cnquery_10.3.4_darwin_arm64.tar.gz"
sha256 "8f7562ae2a0dcb6ce6af36c6a14ad5eef175690526abaa27344e6481e37d58ce"
url "https://releases.mondoo.com/cnquery/10.4.0/cnquery_10.4.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.3.4"
version "10.4.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "2fabad7aa6f175ae5a210f6bc6d87696a1051ce9e14fb8c70c1c5364cb5fd8dd"
url "https://releases.mondoo.com/cnspec/10.3.4/cnspec_10.3.4_darwin_amd64.tar.gz"
sha256 "f97a379456842a43fb0c461c088d30acfa28b095280a55b91be3b42e96d9acd3"
url "https://releases.mondoo.com/cnspec/10.4.0/cnspec_10.4.0_darwin_amd64.tar.gz"
else
sha256 "6e252b7ce76f7a328483619f2df3946165bf243e576872c164eae70c627ba66f"
url "https://releases.mondoo.com/cnspec/10.3.4/cnspec_10.3.4_darwin_arm64.tar.gz"
sha256 "76867434bc5816ab798c388cc99b939ce5b566afe0e2f7c02f97565368b9fbe6"
url "https://releases.mondoo.com/cnspec/10.4.0/cnspec_10.4.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit f3b53e6

Please sign in to comment.