aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/shiboken.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/shiboken.rb')
-rw-r--r--Library/Formula/shiboken.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/shiboken.rb b/Library/Formula/shiboken.rb
index 6775a214b..d938a8e6d 100644
--- a/Library/Formula/shiboken.rb
+++ b/Library/Formula/shiboken.rb
@@ -3,9 +3,9 @@ require 'formula'
class Shiboken < Formula
homepage 'http://www.pyside.org/docs/shiboken'
# See https://github.com/mxcl/homebrew/issues/15190
- url 'https://distfiles.macports.org/py-shiboken/shiboken-1.1.1.tar.bz2'
- # url 'http://pyside.org/files/shiboken-1.1.1.tar.bz2'
- sha1 'd24efc1e7499e9d7db4dfc85a975291e3cb3f311'
+ url 'https://distfiles.macports.org/py-shiboken/shiboken-1.1.2.tar.bz2'
+ # url 'http://pyside.org/files/shiboken-1.1.2.tar.bz2'
+ sha1 '2ffe9d47a3f536840ed9d7eff766a53040bb2a2e'
depends_on 'cmake' => :build
depends_on 'qt'