Skip to content

Commit

Permalink
9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoo-tools committed Oct 12, 2023
1 parent 5199358 commit a2a9910
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 "9.0.3"
version "9.1.0"
homepage "https://mondoo.com"

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "359a69d8d05c0126754d65851560c263995c97507a3dc497863bdc339be47946"
sha256 "178b9cd8d0ba20d824ab77e510bda8c64597b76f6db4bc265d559711f9c1fb79"

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

url "https://releases.mondoo.com/mondoo/#{version}/mondoo_#{version}_darwin_universal.pkg"
sha256 "359a69d8d05c0126754d65851560c263995c97507a3dc497863bdc339be47946"
sha256 "178b9cd8d0ba20d824ab77e510bda8c64597b76f6db4bc265d559711f9c1fb79"

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 "9.0.3"
version "9.1.0"


if Hardware::CPU.intel?
sha256 "362c2d83828ff172bda1b6ca5fcd1f3e3451f86f1ec6d4bf2560ce62e1a7adf1"
url "https://releases.mondoo.com/cnquery/9.0.3/cnquery_9.0.3_darwin_amd64.tar.gz"
sha256 "c00c0c8fe395d6d7b97a30dcb9438fd54c1bc94742eb1f3a1a4b4d1c9eebbeac"
url "https://releases.mondoo.com/cnquery/9.1.0/cnquery_9.1.0_darwin_amd64.tar.gz"
else
sha256 "3a258fa12a8595fccafd414acaff9747ebc7d0ffa963253623c81248580e1a85"
url "https://releases.mondoo.com/cnquery/9.0.3/cnquery_9.0.3_darwin_arm64.tar.gz"
sha256 "8844d4c6b4e8d7c2b395f8037cd62901034f2f1b72bffceeee64dd64288dc1e3"
url "https://releases.mondoo.com/cnquery/9.1.0/cnquery_9.1.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 "9.0.3"
version "9.1.0"
depends_on "cnquery"

if Hardware::CPU.intel?
sha256 "ee8a20caed32382ff2ab8236f5aca4f82d65e7baa3803b55a5626010134f9a83"
url "https://releases.mondoo.com/cnspec/9.0.3/cnspec_9.0.3_darwin_amd64.tar.gz"
sha256 "3b908ca1bc3e4bec5b71b2f82b32cd3c1171b2e1c7ce6867457b27d0b54a1f96"
url "https://releases.mondoo.com/cnspec/9.1.0/cnspec_9.1.0_darwin_amd64.tar.gz"
else
sha256 "440c70f515c21008495dcce23597b4262b9c544dc4a86aa939022461e935ef2f"
url "https://releases.mondoo.com/cnspec/9.0.3/cnspec_9.0.3_darwin_arm64.tar.gz"
sha256 "efbd64fe9984764df76fcf7ca281c4c313ce071ec49d4ce7286ce8716c837b55"
url "https://releases.mondoo.com/cnspec/9.1.0/cnspec_9.1.0_darwin_arm64.tar.gz"
end

def install
Expand Down

0 comments on commit a2a9910

Please sign in to comment.