diff options
| author | Charlie Sharpsteen | 2011-09-22 00:27:41 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-22 00:27:41 -0700 |
| commit | 74b13b8514d49c370960663a48dc5af6f668847e (patch) | |
| tree | b0fc84f35d8ab1433ec5311aa90a1c01705a7e72 /Library/Formula/pyside.rb | |
| parent | 0dcb92ba249163a6a7b0365f53a20cc88ac57396 (diff) | |
| download | homebrew-74b13b8514d49c370960663a48dc5af6f668847e.tar.bz2 | |
PySide: Update to 1.0.7
Also updates apiextractor, generatorrunner and shiboken.
Diffstat (limited to 'Library/Formula/pyside.rb')
| -rw-r--r-- | Library/Formula/pyside.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb index 0ad595575..3dea3218f 100644 --- a/Library/Formula/pyside.rb +++ b/Library/Formula/pyside.rb @@ -10,8 +10,8 @@ end class Pyside < Formula homepage 'http://www.pyside.org' - url 'http://www.pyside.org/files/pyside-qt4.7+1.0.6.tar.bz2' - md5 '6773cdd7c594f5bc314541d8cfb70256' + url 'http://www.pyside.org/files/pyside-qt4.7+1.0.7.tar.bz2' + md5 'f2a0e8b69bf49feeaea1ff682e30a7a9' depends_on 'cmake' => :build |
