diff options
| author | Brett Koonce | 2013-07-15 22:42:54 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-07-16 01:12:48 -0500 |
| commit | ad82b13c758a00f893a088f8f7e9c9b0495ded8a (patch) | |
| tree | 23fa554da98664bcf7bcf4d31b0305c221590cae | |
| parent | e48a352ef0e4da9b224c42379d22e9abf9cb8248 (diff) | |
| download | homebrew-ad82b13c758a00f893a088f8f7e9c9b0495ded8a.tar.bz2 | |
le 1.14.9
Closes #21245.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/le.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/le.rb b/Library/Formula/le.rb index 83410b34c..15559351b 100644 --- a/Library/Formula/le.rb +++ b/Library/Formula/le.rb @@ -2,8 +2,8 @@ require 'formula' class Le < Formula homepage 'http://freecode.com/projects/leeditor' - url 'http://ftp.yar.ru/pub/source/le/le-1.14.6.tar.xz' - sha1 '8f2088c95d2707c464edc122543414af287e0fdb' + url 'http://ftp.yar.ru/pub/source/le/le-1.14.9.tar.xz' + sha1 '1ee2cf4a236a8a429bb20040dda172c7f985916e' depends_on 'xz' => :build |
