aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexis Hildebrandt2014-10-06 14:54:57 +0200
committerJack Nagel2014-10-06 16:05:27 -0500
commitc709fc3053a6d09241f4491af8798c7501b50603 (patch)
tree8863ce13a63ff1cd1dc117893c1cfc44751c783d /Library
parentc055ef6940e58ab89b4e8a2e2b8f3442925a1b1b (diff)
downloadhomebrew-c709fc3053a6d09241f4491af8798c7501b50603.tar.bz2
ledger 3.1
Closes #32966. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ledger.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb
index 585711510..adb3f3453 100644
--- a/Library/Formula/ledger.rb
+++ b/Library/Formula/ledger.rb
@@ -2,18 +2,10 @@ require "formula"
class Ledger < Formula
homepage "http://ledger-cli.org"
- revision 1
stable do
- url "https://github.com/ledger/ledger/archive/v3.0.3.tar.gz"
- sha1 "b65c2dc78f366fc3c2db9e2b7900b727b91f4656"
-
- # boost 1.56 compatibility
- # https://groups.google.com/forum/#!topic/ledger-cli/9HwEJcD0My4
- patch do
- url "https://github.com/ledger/ledger/commit/d5592ea1e325131d4a7abf5e98f67fcb5cf22287.diff"
- sha1 "1225b4586f74ef71df8a575b1a868dd2a46a4cf7"
- end
+ url "https://github.com/ledger/ledger/archive/v3.1.tar.gz"
+ sha1 "549aa375d4802e9dd4fd153c45ab64d8ede94afc"
resource "utfcpp" do
url "http://downloads.sourceforge.net/project/utfcpp/utf8cpp_2x/Release%202.3.4/utf8_v2_3_4.zip"