aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-10-13 13:26:35 -0500
committerJack Nagel2012-10-13 13:26:35 -0500
commit4c0bf545c82b1c82ab1b98c272b2c05274921cfc (patch)
tree792b1a029ca77b494c85eea12889472a83d2394a
parentae10ccaef2fe61f7a97deb900af355aa0c6b136f (diff)
downloadhomebrew-4c0bf545c82b1c82ab1b98c272b2c05274921cfc.tar.bz2
shiboken 1.1.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-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'