aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranck Verrot2011-08-21 19:05:32 +0200
committerAdam Vandenberg2011-08-21 11:48:23 -0700
commit72505fbf6591aa179afb8cf7cb2cf54f2575724e (patch)
tree0e1555bffdf933ee322d929b12d380f4f57a320c
parent096a3507b2c444f2626ad5a96b5c121d05394f54 (diff)
downloadhomebrew-72505fbf6591aa179afb8cf7cb2cf54f2575724e.tar.bz2
vsftpd 2.3.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/vsftpd.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/vsftpd.rb b/Library/Formula/vsftpd.rb
index 2de86a910..c85fd8f2e 100644
--- a/Library/Formula/vsftpd.rb
+++ b/Library/Formula/vsftpd.rb
@@ -1,9 +1,9 @@
require 'formula'
class Vsftpd < Formula
- url 'ftp://vsftpd.beasts.org/users/cevans/vsftpd-2.3.2.tar.gz'
- md5 'bad7b117d737a738738836041edc00db'
- homepage 'http://vsftpd.beasts.org/'
+ url 'https://security.appspot.com/downloads/vsftpd-2.3.4.tar.gz'
+ md5 '2ea5d19978710527bb7444d93b67767a'
+ homepage 'https://security.appspot.com/vsftpd.html'
# Patch so vsftpd doesn't depend on UTMPX, and can't find OS X's PAM library.
def patches; DATA; end