qt5: use secure patch urls in comment
Closes #6687. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6bc4872cc1
commit
70ede62cba
1 changed files with 5 additions and 5 deletions
|
@ -23,14 +23,14 @@ class Qt5 < Formula
|
|||
sha256 "a6a2632de7e44bbb790bc3b563f143702c610464a7f537d02036749041fd1800"
|
||||
|
||||
# Upstream commit from 7 Jul 2016 "configure and mkspecs: Don't try to find xcrun with xcrun"
|
||||
# http://code.qt.io/cgit/qt/qtbase.git/patch/configure?id=77a71c32c9d19b87f79b208929e71282e8d8b5d9
|
||||
# https://code.qt.io/cgit/qt/qtbase.git/patch/configure?id=77a71c32c9d19b87f79b208929e71282e8d8b5d9
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/d3d0da3/qt5/xcrun-xcode-8.patch"
|
||||
sha256 "14f5a899108e9207bd5c2128f5f628d4e2d2a5e0c2ba0a401ec7b54f5ddcf677"
|
||||
end
|
||||
|
||||
# Upstream commit from 3 Oct 2016 "Fixed build with MaxOSX10.12 SDK"
|
||||
# http://code.qt.io/cgit/qt/qtconnectivity.git/commit/?h=5.6&id=462323dba4f963844e8c9911da27a0d21e4abf43
|
||||
# https://code.qt.io/cgit/qt/qtconnectivity.git/commit/?h=5.6&id=462323dba4f963844e8c9911da27a0d21e4abf43
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/04c2de3/qt5/qtconnectivity-bluetooth-fix.diff"
|
||||
sha256 "41fd73cba0018180015c2be191d63b3c33289f19132c136f482f5c7477620931"
|
||||
|
@ -38,21 +38,21 @@ class Qt5 < Formula
|
|||
|
||||
# Upstream commit from 4 Aug 2016 "Fixes parallel builds where they were
|
||||
# sometimes failing on macOS with static builds."
|
||||
# http://code.qt.io/cgit/qt/qt3d.git/commit/src/src.pro?id=db3baec236841f9390e9450772838cb7ba878069
|
||||
# https://code.qt.io/cgit/qt/qt3d.git/commit/src/src.pro?id=db3baec236841f9390e9450772838cb7ba878069
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/b13bde3/qt5/qt3d-parallel-build-fix.patch"
|
||||
sha256 "dacb69f4e2eac7656f6120f16c4c703b793b36b486efa43ccb182d57e83089b0"
|
||||
end
|
||||
|
||||
# Upstream commit from 1 Aug 2016 "BASELINE: Update Chromium to 53.0.2785.41"
|
||||
# http://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/chromium/base/mac/sdk_forward_declarations.h?h=53-based&id=28b1110370900897ab652cb420c371fab8857ad4
|
||||
# https://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/chromium/base/mac/sdk_forward_declarations.h?h=53-based&id=28b1110370900897ab652cb420c371fab8857ad4
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/59db922/qt5/qtwebengine-bluetooth-fix.diff"
|
||||
sha256 "af0bf77c10ea2be3010cee842c327018b997517784036991297eee4397354fa2"
|
||||
end
|
||||
|
||||
# Equivalent to upstream commit from 4 Oct 2016 "Fix CUPS compilation error in macOS 10.12"
|
||||
# http://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/chromium/printing/backend/print_backend_cups.cc?h=53-based&id=3bd01037ab73b3ffbf4abbf97c54443a91b2fc4d
|
||||
# https://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/chromium/printing/backend/print_backend_cups.cc?h=53-based&id=3bd01037ab73b3ffbf4abbf97c54443a91b2fc4d
|
||||
# https://codereview.chromium.org/2248343002
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/34a4ad8/qt5/cups-sierra.patch"
|
||||
|
|
Loading…
Reference in a new issue