From b04fad14d02e7ac836a425273cb729776e40a455 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 13 Apr 2013 08:46:22 -0700 Subject: [PATCH] ledger: change download location Closes Homebrew/homebrew#18772. --- Formula/ledger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/ledger.rb b/Formula/ledger.rb index 56d51ad9bd..2dc82af573 100644 --- a/Formula/ledger.rb +++ b/Formula/ledger.rb @@ -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'