[arch-commits] Commit in vsftpd/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jul 5 09:57:35 UTC 2011


    Date: Tuesday, July 5, 2011 @ 05:57:35
  Author: andrea
Revision: 130325

new url and source

Modified:
  vsftpd/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-05 06:30:48 UTC (rev 130324)
+++ PKGBUILD	2011-07-05 09:57:35 UTC (rev 130325)
@@ -7,17 +7,19 @@
 pkgrel=1
 pkgdesc="Very Secure FTP daemon"
 arch=('i686' 'x86_64')
-url="http://vsftpd.beasts.org/"
+url="https://security.appspot.com/vsftpd.html"
 license=('GPL2')
 depends=('tcp_wrappers' 'openssl')
 backup=('etc/vsftpd.conf' 'etc/xinetd.d/vsftpd')
 install=vsftpd.install
-source=(ftp://vsftpd.beasts.org/users/cevans/vsftpd-$pkgver.tar.gz \
-        vsftpd.xinetd vsftpd.d)
-md5sums=('2ea5d19978710527bb7444d93b67767a' 'b07fd4609c70063c1d6b20142910c1a6'\
+source=("https://security.appspot.com/downloads/${pkgname}-${pkgver}.tar.gz"
+        'vsftpd.xinetd' 'vsftpd.d')
+md5sums=('2ea5d19978710527bb7444d93b67767a'
+         'b07fd4609c70063c1d6b20142910c1a6'
          '60060a6c7db3b3b7baa1561a302e6923')
-sha1sums=('b774cc6b4c50e20f4fe9ca7f6aa74169ce7fe5ea' 'c87b4ce56dac15223694a6e86c01ea813b877596'\
-         '24f268956c24e78be0c234c6d31f41487922eafe')
+sha1sums=('b774cc6b4c50e20f4fe9ca7f6aa74169ce7fe5ea'
+          'c87b4ce56dac15223694a6e86c01ea813b877596'
+          '24f268956c24e78be0c234c6d31f41487922eafe')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list