qt 5.12.2
Closes #37995. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
e301022f7e
commit
3e21343b99
1 changed files with 5 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
class Qt < Formula
|
||||
desc "Cross-platform application and UI framework"
|
||||
homepage "https://www.qt.io/"
|
||||
url "https://download.qt.io/official_releases/qt/5.12/5.12.1/single/qt-everywhere-src-5.12.1.tar.xz"
|
||||
mirror "https://qt.mirror.constant.com/archive/qt/5.12/5.12.1/single/qt-everywhere-src-5.12.1.tar.xz"
|
||||
mirror "https://ftp.osuosl.org/pub/blfs/conglomeration/qt5/qt-everywhere-src-5.12.1.tar.xz"
|
||||
sha256 "caffbd625c7bc10ff8c5c7a27dbc7d84fa4de146975c0e1ffe904b514ccd6da4"
|
||||
url "https://download.qt.io/official_releases/qt/5.12/5.12.2/single/qt-everywhere-src-5.12.2.tar.xz"
|
||||
mirror "https://qt.mirror.constant.com/archive/qt/5.12/5.12.2/single/qt-everywhere-src-5.12.2.tar.xz"
|
||||
mirror "https://ftp.osuosl.org/pub/blfs/conglomeration/qt5/qt-everywhere-src-5.12.2.tar.xz"
|
||||
sha256 "59b8cb4e728450b21224dcaaa40eb25bafc5196b6988f2225c394c6b7f881ff5"
|
||||
|
||||
head "https://code.qt.io/qt/qt5.git", :branch => "dev", :shallow => false
|
||||
|
||||
|
@ -21,6 +21,7 @@ class Qt < Formula
|
|||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on :xcode => :build
|
||||
depends_on :macos => :sierra
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
|
|
Loading…
Reference in a new issue