diff options
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" |