Skip to content

Commit

Permalink
10.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Jan 31, 2024
1 parent 330c51e commit c77161a
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.1.2"
version "10.1.3"
homepage "https://mondoo.com"

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

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

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

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.1.2"
version "10.1.3"


if Hardware::CPU.intel?
sha256 "06155bde8c781889fa6131fa6310aab9ece4bc3ab1d2387497831e9a770a3b1d"
url "https://releases.mondoo.com/cnquery/10.1.2/cnquery_10.1.2_darwin_amd64.tar.gz"
sha256 "56b30c7f30a9728a87bf9badcb7a4351103312cd1d7d75ec805ece715c7987cb"
url "https://releases.mondoo.com/cnquery/10.1.3/cnquery_10.1.3_darwin_amd64.tar.gz"
else
sha256 "298f9568814c122cca7e661f5dfee3d97643e6dd5b039812ef45b4d096a4bec1"
url "https://releases.mondoo.com/cnquery/10.1.2/cnquery_10.1.2_darwin_arm64.tar.gz"
sha256 "ca253f46cf3a8242f179deb076e206b732db43cc15074d8051bcb287c2e3404e"
url "https://releases.mondoo.com/cnquery/10.1.3/cnquery_10.1.3_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.1.2"
version "10.1.3"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "468796d40e5766c942785b29a2a3bbd2fe13fa51c38c134fc81a7b840f96d2e6"
url "https://releases.mondoo.com/cnspec/10.1.2/cnspec_10.1.2_darwin_amd64.tar.gz"
sha256 "ea234e7e53a8e0b3761ad75dff2e8f6d3fb09cd2854667a0eae59ab78e092e64"
url "https://releases.mondoo.com/cnspec/10.1.3/cnspec_10.1.3_darwin_amd64.tar.gz"
else
sha256 "958b83c1ede8d3a48cadc69320b5bd79c024edb8a636ef271a6a686a0f7af125"
url "https://releases.mondoo.com/cnspec/10.1.2/cnspec_10.1.2_darwin_arm64.tar.gz"
sha256 "ae4cec13d52687210c4b0bcacf715a0a9db5814f7a90f0cba0595db7c49f42d2"
url "https://releases.mondoo.com/cnspec/10.1.3/cnspec_10.1.3_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit c77161a

Please sign in to comment.