aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ledger.rb
diff options
context:
space:
mode:
authorAndrew Childs2013-01-28 13:21:14 +1300
committerAdam Vandenberg2013-01-29 13:50:55 -0800
commit32fd2cf3351a451256dfa17679c5cd4fead50e1c (patch)
tree4cb0de912282275898e896efb552b9b7eba06320 /Library/Formula/ledger.rb
parentaef64d08ae32704b488b712033f7f48f144bac51 (diff)
downloadhomebrew-32fd2cf3351a451256dfa17679c5cd4fead50e1c.tar.bz2
ledger: Use http. ftp appears to be down.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ledger.rb')
-rw-r--r--Library/Formula/ledger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb
index 27c5ef6e7..72cf74323 100644
--- a/Library/Formula/ledger.rb
+++ b/Library/Formula/ledger.rb
@@ -2,7 +2,7 @@ require 'formula'
class Ledger < Formula
homepage 'http://ledger-cli.org'
- url 'ftp://ftp.newartisans.com/pub/ledger/ledger-2.6.3.tar.gz'
+ url 'http://ftp.newartisans.com/pub/ledger/ledger-2.6.3.tar.gz'
sha1 '5b8e7d8199acb116f13720a5a469fff1f14b4041'
head 'https://github.com/jwiegley/ledger.git', :branch => 'next'