aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ledger.rb10
1 files changed, 6 insertions, 4 deletions
diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb
index 1f2290996..0e6f16d29 100644
--- a/Library/Formula/ledger.rb
+++ b/Library/Formula/ledger.rb
@@ -1,9 +1,9 @@
require 'formula'
class Ledger < Formula
- url 'ftp://ftp.newartisans.com/pub/ledger/ledger-2.6.2.tar.gz'
- md5 'b2e6fa98e7339d1e130b1ea9af211c0f'
- homepage 'http://www.newartisans.com/software/ledger.html'
+ url 'ftp://ftp.newartisans.com/pub/ledger/ledger-2.6.3.tar.gz'
+ md5 '6d5d8396b1cdde5f605854c7d21d1460'
+ homepage 'http://ledger-cli.org'
head 'https://github.com/jwiegley/ledger.git', :branch => 'next'
depends_on 'gettext'
@@ -21,6 +21,8 @@ class Ledger < Formula
inreplace 'acprep', "'-arch', 'i386', ", "" if Hardware.is_64_bit?
system "./acprep -j#{Hardware.processor_count} opt make -- --prefix=#{prefix}"
end
- system "make install"
+ system 'make'
+ ENV.deparallelize
+ system 'make install'
end
end