shiboken: change url to new official qt dl url
Changes the shiboken url to the new official QT Download link, and changes the homepage to where it auto-redirects to. Closes Homebrew/homebrew#36487. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
f3827a3c8e
commit
87733cc2f9
1 changed files with 7 additions and 9 deletions
|
@ -1,12 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Shiboken < Formula
|
||||
homepage 'http://www.pyside.org/docs/shiboken'
|
||||
url 'http://download.qt-project.org/official_releases/pyside/shiboken-1.2.2.tar.bz2'
|
||||
mirror 'https://distfiles.macports.org/py-shiboken/shiboken-1.2.2.tar.bz2'
|
||||
sha1 '55731616791500750ef373f382057a43e133fa08'
|
||||
homepage "http://qt-project.org/wiki/PySide"
|
||||
url "https://download.qt.io/official_releases/pyside/shiboken-1.2.2.tar.bz2"
|
||||
mirror "https://distfiles.macports.org/py-shiboken/shiboken-1.2.2.tar.bz2"
|
||||
sha1 "55731616791500750ef373f382057a43e133fa08"
|
||||
|
||||
head 'git://gitorious.org/pyside/shiboken.git'
|
||||
head "https://gitorious.org/pyside/shiboken.git"
|
||||
|
||||
bottle do
|
||||
revision 2
|
||||
|
@ -15,8 +13,8 @@ class Shiboken < Formula
|
|||
sha1 "81ea5e997e9910a54cf35e4b5827ab7b502836b3" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'qt'
|
||||
depends_on "cmake" => :build
|
||||
depends_on "qt"
|
||||
|
||||
# don't use depends_on :python because then bottles install Homebrew's python
|
||||
option "without-python", "Build without python 2 support"
|
||||
|
|
Loading…
Reference in a new issue