diff options
| author | nibbles 2bits | 2012-06-18 10:00:55 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-18 20:59:47 -0700 |
| commit | 317ca487df52fa007488e5eae98ff3ab822a2931 (patch) | |
| tree | c19bd45e3d71833a976638183acca229095fd78a | |
| parent | 6f18b913592d1646fd81a9050c4d826a8e6fe33f (diff) | |
| download | homebrew-317ca487df52fa007488e5eae98ff3ab822a2931.tar.bz2 | |
qrupdate 1.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/qrupdate.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/qrupdate.rb b/Library/Formula/qrupdate.rb index 0fdce851b..3326a63de 100644 --- a/Library/Formula/qrupdate.rb +++ b/Library/Formula/qrupdate.rb @@ -2,8 +2,8 @@ require 'formula' class Qrupdate < Formula homepage 'http://sourceforge.net/projects/qrupdate/' - url 'http://downloads.sourceforge.net/qrupdate/qrupdate-1.1.1.tar.gz' - sha1 '8fbaba202b0d4bf80852b2dc6c8d1d4b90b816d4' + url 'http://downloads.sourceforge.net/qrupdate/qrupdate-1.1.2.tar.gz' + sha1 'f7403b646ace20f4a2b080b4933a1e9152fac526' depends_on 'dotwrp' @@ -22,6 +22,7 @@ class Qrupdate < Formula s.gsub! 'install -D', 'install' end lib.mkpath - system "make -j 1 install" + ENV.j1 + system 'make install' end end |
