ledger 3.1
Closes Homebrew/homebrew#32966. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
402d1da6b5
commit
2e4822c51a
1 changed files with 2 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue