aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-02-03 05:00:38 +0000
committerMike McQuaid2015-02-03 08:31:53 +0000
commit47321df08e49c02c1f6bd7b82033b6660c5b53a0 (patch)
treeaf4eb42871fd032a299b8dabb06bf5c21b454af7 /Library
parentd454deaf27120494221fe686c8ab342f6932266b (diff)
downloadhomebrew-47321df08e49c02c1f6bd7b82033b6660c5b53a0.tar.bz2
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 #36487. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/shiboken.rb16
1 files changed, 7 insertions, 9 deletions
diff --git a/Library/Formula/shiboken.rb b/Library/Formula/shiboken.rb
index 93bb96b07..b2c0150e4 100644
--- a/Library/Formula/shiboken.rb
+++ b/Library/Formula/shiboken.rb
@@ -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"