Skip to content

Commit

Permalink
qt@5.5: fix url and mirror (#8794)
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf authored and MikeMcQuaid committed Jan 18, 2017
1 parent 3471047 commit 7efdb7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/qt@5.5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
class QtAT55 < Formula
desc "Cross-platform application and UI framework"
homepage "https://www.qt.io/"
url "https://download.qt.io/official_releases/qt/5.5/5.5.1/single/qt-everywhere-opensource-src-5.5.1.tar.xz"
mirror "https://www.mirrorservice.org/sites/download.qt-project.org/official_releases/qt/5.5/5.5.1/single/qt-everywhere-opensource-src-5.5.1.tar.xz"
url "https://download.qt.io/archive/qt/5.5/5.5.1/single/qt-everywhere-opensource-src-5.5.1.tar.xz"
mirror "https://www.mirrorservice.org/sites/download.qt-project.org/archive/qt/5.5/5.5.1/single/qt-everywhere-opensource-src-5.5.1.tar.xz"
sha256 "6f028e63d4992be2b4a5526f2ef3bfa2fe28c5c757554b11d9e8d86189652518"

# Build error: Fix library detection for QtWebEngine with Xcode 7.
Expand Down

0 comments on commit 7efdb7a

Please sign in to comment.