diff options
author | Elizabeth Jennifer Myers <elizabeth@sporksirc.net> | 2011-04-08 09:43:25 +0000 |
---|---|---|
committer | Elizabeth Jennifer Myers <elizabeth@sporksirc.net> | 2011-04-08 09:43:25 +0000 |
commit | d035331c8d47360fb7514cf1c6326f23e7b9de1a (patch) | |
tree | 45755de153f7e26656f7c13e7ca02318e8405472 /testing/proftpd | |
parent | 06d067525070d325db98a4a95fedad6eb40f7060 (diff) | |
download | aports-d035331c8d47360fb7514cf1c6326f23e7b9de1a.tar.bz2 aports-d035331c8d47360fb7514cf1c6326f23e7b9de1a.tar.xz |
testing/proftpd: bump to 1.3.3e.
Diffstat (limited to 'testing/proftpd')
-rw-r--r-- | testing/proftpd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/proftpd/APKBUILD b/testing/proftpd/APKBUILD index 83e1bf7566..fcfc948772 100644 --- a/testing/proftpd/APKBUILD +++ b/testing/proftpd/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Elizabeth Jennifer Myers <elizabeth@sporksirc.net> # Maintainer: Elizabeth Jennifer Myers <elizabeth@sporksirc.net> pkgname=proftpd -pkgver=1.3.3d +pkgver=1.3.3e pkgrel=2 pkgdesc="Highly configurable GPL-licensed FTP server software" url="http://www.proftpd.org/" @@ -44,6 +44,6 @@ package() { "$pkgdir"/etc/conf.d/$pkgname || return 1 } -md5sums="69650e91e05b3a10fa3ac54ee261679b proftpd-1.3.3d.tar.bz2 +md5sums="acc49b6589bc8c9fdf1dce9000bebdbd proftpd-1.3.3e.tar.bz2 175ce0cef2fb410d0ac8929ad421f941 proftpd.initd aab5852ac574e87781f1c9c4942e699b proftpd.confd" |