aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/generatorrunner.rb
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-01-08 15:35:57 -0800
committerCharlie Sharpsteen2012-01-08 15:35:57 -0800
commit0db99616f8929f32f052e7246c45e2eab5f72a9e (patch)
tree842bdfdc13df923314a2e4cd32eff50a34a39aff /Library/Formula/generatorrunner.rb
parent55d4fd3025c378925104c4cb690765b86d9d3e26 (diff)
downloadhomebrew-0db99616f8929f32f052e7246c45e2eab5f72a9e.tar.bz2
PySide: Update to 1.1.0
Also updates the following dependencies: - ApiExtractor - GeneratorRunner - Shiboken Also clean up dependency statements.
Diffstat (limited to 'Library/Formula/generatorrunner.rb')
-rw-r--r--Library/Formula/generatorrunner.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/generatorrunner.rb b/Library/Formula/generatorrunner.rb
index 79b086882..71bdef232 100644
--- a/Library/Formula/generatorrunner.rb
+++ b/Library/Formula/generatorrunner.rb
@@ -2,13 +2,12 @@ require 'formula'
class Generatorrunner < Formula
homepage 'http://www.pyside.org/docs/generatorrunner'
- url 'http://pyside.org/files/generatorrunner-0.6.15.tar.bz2'
- md5 '88425f176ffc3810307edabc381415c6'
+ url 'http://pyside.org/files/generatorrunner-0.6.16.tar.bz2'
+ md5 'c7011b8ee08e228779a769b7cfa90f5f'
depends_on 'cmake' => :build
depends_on 'apiextractor'
- depends_on 'qt'
def install
system "cmake . #{std_cmake_parameters}"