diff options
| author | Brett Koonce | 2014-03-29 11:49:01 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2014-04-13 16:09:56 -0700 |
| commit | fddcb1a079ccdc9e67ed4be2c138d78188dde01b (patch) | |
| tree | de746f7a221bc3108ccb01891fd9ba8004256465 /Library | |
| parent | 93cb1d58bac2d4aa43b53a8b6ad92441b648882f (diff) | |
| download | homebrew-fddcb1a079ccdc9e67ed4be2c138d78188dde01b.tar.bz2 | |
gnu-apl 1.3
Closes #27976.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gnu-apl.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/gnu-apl.rb b/Library/Formula/gnu-apl.rb index 236ffd561..fa0cf4aea 100644 --- a/Library/Formula/gnu-apl.rb +++ b/Library/Formula/gnu-apl.rb @@ -2,12 +2,13 @@ require 'formula' class GnuApl < Formula homepage 'http://www.gnu.org/software/apl/' - url 'http://ftpmirror.gnu.org/apl/apl-1.2.tar.gz' - mirror 'http://ftp.gnu.org/gnu/apl/apl-1.2.tar.gz' - sha1 'ea037a7edc4da90bd8eecfe7d1d9f904e993e64f' + url 'http://ftpmirror.gnu.org/apl/apl-1.3.tar.gz' + mirror 'http://ftp.gnu.org/gnu/apl/apl-1.3.tar.gz' + sha1 'f4cd44a716dc5c5af1cd88811e10efa03d327fd2' # GNU Readline is required; libedit won't work. depends_on 'readline' + depends_on :macos => :mavericks def install system "./configure", "--disable-debug", |
