Skip to content

Commit

Permalink
qt 6.7.2
Browse files Browse the repository at this point in the history
Closes #621.

Signed-off-by: paperchalice <29250197+paperchalice@users.noreply.github.com>
  • Loading branch information
paperchalice committed Jul 30, 2024
1 parent 2ed2841 commit 3af8383
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Formula/qt/qt-base.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class QtBase < Formula
desc "Base components of Qt framework (Core, Gui, Widgets, Network, ...)"
homepage "https://www.qt.io/"
url "https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtbase-everywhere-src-6.7.0.tar.xz"
sha256 "11b2e29e2e52fb0e3b453ea13bbe51a10fdff36e1c192d8868c5a40233b8b254"
url "https://download.qt.io/official_releases/qt/6.7/6.7.2/submodules/qtbase-everywhere-src-6.7.2.tar.xz"
sha256 "c5f22a5e10fb162895ded7de0963328e7307611c688487b5d152c9ee64767599"
license all_of: [
"BSD-3-Clause",
"GFDL-1.3-no-invariants-only",
Expand Down Expand Up @@ -54,6 +54,11 @@ class QtBase < Formula
sha256 "d554fc02a51fc14879fa6419bc376668a4999cd794b0000bf8898ec6b9e53582"
end

patch do
url "https://download.qt.io/official_releases/qt/6.7/CVE-2024-39936-qtbase-6.7.patch"
sha256 "fb23b0dfd37a9008726fee97b30fd342681943db0e4c759f5f21f01d61b9975d"
end

def install
inreplace "cmake/FindWrapOpenGL.cmake", "if(APPLE)", "if(OFF)"
cmake_args = std_cmake_args(install_prefix: HOMEBREW_PREFIX) + %W[
Expand Down

0 comments on commit 3af8383

Please sign in to comment.