aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/pyside.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb
index d52401f88..70f664ee9 100644
--- a/Library/Formula/pyside.rb
+++ b/Library/Formula/pyside.rb
@@ -11,9 +11,9 @@ end
class Pyside < Formula
homepage 'http://www.pyside.org'
# See https://github.com/mxcl/homebrew/issues/15190
- url 'https://distfiles.macports.org/py-pyside/pyside-qt4.8+1.1.1.tar.bz2'
- # url 'http://www.pyside.org/files/pyside-qt4.8+1.1.1.tar.bz2'
- sha1 '37b4a2f666a84e39aa4b55f8909964c73ce47123'
+ url 'https://distfiles.macports.org/py-pyside/pyside-qt4.8+1.1.2.tar.bz2'
+ # url 'http://www.pyside.org/files/pyside-qt4.8+1.1.2.tar.bz2'
+ sha1 'c0119775f2500e48efebdd50b7be7543e71b2c24'
depends_on 'cmake' => :build
depends_on 'shiboken'