diff options
| -rw-r--r-- | Library/Formula/ncftp.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ncftp.rb b/Library/Formula/ncftp.rb index d2e3e1260..c4f9a97d6 100644 --- a/Library/Formula/ncftp.rb +++ b/Library/Formula/ncftp.rb @@ -2,8 +2,8 @@ require 'formula' class Ncftp <Formula homepage 'http://www.ncftp.com' - url 'ftp://ftp.ncftp.com/ncftp/ncftp-3.2.4-src.tar.gz' - md5 '418f3e660d33c8ae98e8a3dd80fb4e1c' + url 'ftp://ftp.ncftp.com/ncftp/ncftp-3.2.5-src.tar.gz' + md5 'cbcc1eb766e5798e31257abd8f52823b' def install system "./configure", "--disable-universal", "--disable-precomp", |
