diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gnu-apl.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/gnu-apl.rb b/Library/Formula/gnu-apl.rb index eb1449a84..c3b33bbe3 100644 --- a/Library/Formula/gnu-apl.rb +++ b/Library/Formula/gnu-apl.rb @@ -6,6 +6,10 @@ class GnuApl < Formula mirror "http://ftp.gnu.org/gnu/apl/apl-1.4.tar.gz" sha1 "ee5dab7f7c0f5d79c435a20f3ddcafbda85ac22e" + bottle do + sha1 "e067c7741c9f7e174f0a5f06d99e59fe5b6e930b" => :mavericks + end + # GNU Readline is required; libedit won't work. depends_on "readline" depends_on :macos => :mavericks |
