diff options
| author | Alexis Hildebrandt | 2014-06-05 15:57:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-09 11:09:33 -0500 |
| commit | a5906e7e246cf78b480024a2056f2168ad8d75d5 (patch) | |
| tree | afd564ef3fb95509cc9a5578eee943d0d92a84af /Library/Formula | |
| parent | 1950a80100f276c5153f4943ef8ad2152970948d (diff) | |
| download | homebrew-a5906e7e246cf78b480024a2056f2168ad8d75d5.tar.bz2 | |
ledger 3.0.2
Closes #28711.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ledger.rb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb index 4aeea75ac..d55604422 100644 --- a/Library/Formula/ledger.rb +++ b/Library/Formula/ledger.rb @@ -2,8 +2,8 @@ require 'formula' class Ledger < Formula homepage 'http://ledger-cli.org' - url 'https://github.com/ledger/ledger/archive/v3.0.1.tar.gz' - sha1 'cb0891f4770a33ba5cdbd6693b400ec0ff0b81da' + url 'https://github.com/ledger/ledger/archive/v3.0.2.tar.gz' + sha1 '0a204c3ec95fdaf4a0e45c4fcfd77a0ec6fd4ac4' head 'https://github.com/ledger/ledger.git', :branch => 'master' bottle do @@ -31,7 +31,11 @@ class Ledger < Formula depends_on "boost" end + needs :cxx11 + def install + ENV.cxx11 + (buildpath/'lib/utfcpp').install resource('utfcpp') flavor = build.include?("debug") ? "debug" : "opt" |
