diff options
author | root <root@rshg054.dnsready.net> | 2013-04-17 00:05:54 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-17 00:05:54 -0700 |
commit | 0f02baec6afdab918d86a226ee9a984482b5a534 (patch) | |
tree | 15cb1e77a0a46bc218404a4725caeda3089039f8 /community/libmilter/PKGBUILD | |
parent | 975d6f489c6c43bbc7b816ac43333c54c1f4df21 (diff) |
Wed Apr 17 00:05:54 PDT 2013
Diffstat (limited to 'community/libmilter/PKGBUILD')
-rw-r--r-- | community/libmilter/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libmilter/PKGBUILD b/community/libmilter/PKGBUILD index 3d842fb77..6256f409f 100644 --- a/community/libmilter/PKGBUILD +++ b/community/libmilter/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 60205 2011-12-07 15:22:36Z spupykin $ +# $Id: PKGBUILD 88321 2013-04-16 13:29:18Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: mutantmonkey <mutantmonkey@gmail.com> pkgname=libmilter -pkgver=8.14.5 +pkgver=8.14.6 pkgrel=1 pkgdesc="libmilter" arch=(i686 x86_64) url="http://www.postfix.org/MILTER_README.html" license=('custom:Sendmail open source license') source="ftp://ftp.sendmail.org/pub/sendmail/sendmail.${pkgver}.tar.gz" -md5sums=('02ccfc331cc81ed00ec8bb5ecfc69018') +md5sums=('9eeed3d1baecbf4e17d829d2ec005553') build(){ cd "${srcdir}/sendmail-${pkgver}" |