File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55cask "mondoo-cli" do
66 name "Mondoo"
77 desc "Mondoo Enterprise Package for cnquery and cnspec"
8- version "13.25 .0"
8+ version "13.26 .0"
99 homepage "https://mondoo.com"
1010
1111 url "https://releases.mondoo.com/mondoo/#{ version } /mondoo_#{ version } _darwin_universal.pkg"
12- sha256 "291a1c6394415d6090ebc1ffad85eb6f489f49033ee3d39dd5b9e9e28f400870 "
12+ sha256 "da5573b027865870485a440a6bb4a7b8b4f7929c5e8cc458cafb91fb4f2f64f4 "
1313
1414 livecheck do
1515 url "https://releases.mondoo.com/mondoo/latest/index.html"
Original file line number Diff line number Diff line change 55cask "mondoo" do
66 name "Mondoo"
77 desc "Mondoo Enterprise Package for cnquery and cnspec"
8- version "13.25 .0"
8+ version "13.26 .0"
99 homepage "https://mondoo.com"
1010
1111 url "https://releases.mondoo.com/mondoo/#{ version } /mondoo_#{ version } _darwin_universal.pkg"
12- sha256 "291a1c6394415d6090ebc1ffad85eb6f489f49033ee3d39dd5b9e9e28f400870 "
12+ sha256 "da5573b027865870485a440a6bb4a7b8b4f7929c5e8cc458cafb91fb4f2f64f4 "
1313
1414 livecheck do
1515 url "https://releases.mondoo.com/mondoo/latest/index.html"
Original file line number Diff line number Diff line change 55class Cnquery < Formula
66 desc "Transitional package for cnquery to cnspec migration"
77 homepage "https://mondoo.com"
8- version "13.25 .0"
8+ version "13.26 .0"
99 depends_on "cnspec"
1010
1111 if Hardware ::CPU . intel?
12- sha256 "7ad33f95091cc9e4230385c719a92aea10dfcd735acb832a2e34512e80d4a0ab "
13- url "https://releases.mondoo.com/cnspec/13.25 .0/cnspec_13.25 .0_darwin_amd64.tar.gz"
12+ sha256 "c1e9e788fd37ee62b11d2fc41f668ac3c4d75a74756cc64ea61840c57c4fa47a "
13+ url "https://releases.mondoo.com/cnspec/13.26 .0/cnspec_13.26 .0_darwin_amd64.tar.gz"
1414 else
15- sha256 "79443bef7c5fe5d0847ba97cd0cbb24cf252179eab2becf56592648a4dad404e "
16- url "https://releases.mondoo.com/cnspec/13.25 .0/cnspec_13.25 .0_darwin_arm64.tar.gz"
15+ sha256 "0c177794311388da3d86a4fc52b50c9fbafe24432de198d04d560e294e34ace6 "
16+ url "https://releases.mondoo.com/cnspec/13.26 .0/cnspec_13.26 .0_darwin_arm64.tar.gz"
1717 end
1818
1919 def install
Original file line number Diff line number Diff line change 55class Cnspec < Formula
66 desc "Cloud-Native Security and Policy Framework"
77 homepage "https://mondoo.com"
8- version "13.25 .0"
8+ version "13.26 .0"
99 depends_on "mql"
1010
1111 if Hardware ::CPU . intel?
12- sha256 "7ad33f95091cc9e4230385c719a92aea10dfcd735acb832a2e34512e80d4a0ab "
13- url "https://releases.mondoo.com/cnspec/13.25 .0/cnspec_13.25 .0_darwin_amd64.tar.gz"
12+ sha256 "c1e9e788fd37ee62b11d2fc41f668ac3c4d75a74756cc64ea61840c57c4fa47a "
13+ url "https://releases.mondoo.com/cnspec/13.26 .0/cnspec_13.26 .0_darwin_amd64.tar.gz"
1414 else
15- sha256 "79443bef7c5fe5d0847ba97cd0cbb24cf252179eab2becf56592648a4dad404e "
16- url "https://releases.mondoo.com/cnspec/13.25 .0/cnspec_13.25 .0_darwin_arm64.tar.gz"
15+ sha256 "0c177794311388da3d86a4fc52b50c9fbafe24432de198d04d560e294e34ace6 "
16+ url "https://releases.mondoo.com/cnspec/13.26 .0/cnspec_13.26 .0_darwin_arm64.tar.gz"
1717 end
1818
1919 def install
Original file line number Diff line number Diff line change 55class Mql < Formula
66 desc "MQL - Asset Inventory Query Language"
77 homepage "https://mondoo.com"
8- version "13.25 .0"
8+ version "13.26 .0"
99
1010
1111 if Hardware ::CPU . intel?
12- sha256 "7787a29ddef3b2773ed70a180792b52e536a7050f38530b12e8ab2b618d768f3 "
13- url "https://releases.mondoo.com/mql/13.25 .0/mql_13.25 .0_darwin_amd64.tar.gz"
12+ sha256 "a33654661fad5e767b3ab397cc5eabe62c64fd85f32fa5dfafcac93b96d1c266 "
13+ url "https://releases.mondoo.com/mql/13.26 .0/mql_13.26 .0_darwin_amd64.tar.gz"
1414 else
15- sha256 "5db82b3aeb10917156ad0976bae6ed2a2fa4a8e02e5e9f81e6c808ba64043331 "
16- url "https://releases.mondoo.com/mql/13.25 .0/mql_13.25 .0_darwin_arm64.tar.gz"
15+ sha256 "ef1b6d678e033ec3e0937c3e01b4c7d5794ecf604e685b021133a63ef61dca3f "
16+ url "https://releases.mondoo.com/mql/13.26 .0/mql_13.26 .0_darwin_arm64.tar.gz"
1717 end
1818
1919 def install
You can’t perform that action at this time.
0 commit comments