Skip to content

Commit

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

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

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

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

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.4.0"
version "10.4.1"


if Hardware::CPU.intel?
sha256 "717fcf04e77e13a02e4d7648fe602cb9c692a1d0edf0219e65236a284a42f4ea"
url "https://releases.mondoo.com/cnquery/10.4.0/cnquery_10.4.0_darwin_amd64.tar.gz"
sha256 "1d6b4a44fa5dd4285d67be5f2748785240c9a1a04af5376f27120b03662ed5f3"
url "https://releases.mondoo.com/cnquery/10.4.1/cnquery_10.4.1_darwin_amd64.tar.gz"
else
sha256 "8f7562ae2a0dcb6ce6af36c6a14ad5eef175690526abaa27344e6481e37d58ce"
url "https://releases.mondoo.com/cnquery/10.4.0/cnquery_10.4.0_darwin_arm64.tar.gz"
sha256 "6a50c0f10907f55a6634556f7385a68b61339fcd160931944f31631878e99a2b"
url "https://releases.mondoo.com/cnquery/10.4.1/cnquery_10.4.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.4.0"
version "10.4.1"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "f97a379456842a43fb0c461c088d30acfa28b095280a55b91be3b42e96d9acd3"
url "https://releases.mondoo.com/cnspec/10.4.0/cnspec_10.4.0_darwin_amd64.tar.gz"
sha256 "83fe769c721888495f90999295c3ebc625731e85024e51742b8c0b9ad139ee8b"
url "https://releases.mondoo.com/cnspec/10.4.1/cnspec_10.4.1_darwin_amd64.tar.gz"
else
sha256 "76867434bc5816ab798c388cc99b939ce5b566afe0e2f7c02f97565368b9fbe6"
url "https://releases.mondoo.com/cnspec/10.4.0/cnspec_10.4.0_darwin_arm64.tar.gz"
sha256 "6a59cb11a45868580ef18a6d0ee3b2bbc4921b2c9b3cf302686db5b2e8bdbb9d"
url "https://releases.mondoo.com/cnspec/10.4.1/cnspec_10.4.1_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit 750eff5

Please sign in to comment.