ledger: change download location

Closes Homebrew/homebrew#18772.
This commit is contained in:
Adam Vandenberg 2013-04-13 08:46:22 -07:00
parent 402696746b
commit b04fad14d0

View file

@ -2,7 +2,7 @@ require 'formula'
class Ledger < Formula
homepage 'http://ledger-cli.org'
url 'http://ftp.newartisans.com/pub/ledger/ledger-2.6.3.tar.gz'
url 'https://github.com/downloads/ledger/ledger/ledger-2.6.3.tar.gz'
sha1 '5b8e7d8199acb116f13720a5a469fff1f14b4041'
head 'https://github.com/jwiegley/ledger.git', :branch => 'next'