diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/le.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/le.rb b/Library/Formula/le.rb index 15559351b..a6c05d4cc 100644 --- a/Library/Formula/le.rb +++ b/Library/Formula/le.rb @@ -2,10 +2,10 @@ require 'formula' class Le < Formula homepage 'http://freecode.com/projects/leeditor' - url 'http://ftp.yar.ru/pub/source/le/le-1.14.9.tar.xz' - sha1 '1ee2cf4a236a8a429bb20040dda172c7f985916e' - - depends_on 'xz' => :build + # url 'http://ftp.yar.ru/pub/source/le/le-1.14.9.tar.xz' + # upstream not responding, source from debian + url 'http://ftp.de.debian.org/debian/pool/main/l/le/le_1.14.9.orig.tar.gz' + sha1 'ce85cbefb30cf1f5a7e8349dbb24ffa0f65b1fd7' def install ENV.j1 |
