summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/extra/postfix/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra/postfix/PKGBUILD b/abs/extra/postfix/PKGBUILD
index 1b2fa06..159f9eb 100644
--- a/abs/extra/postfix/PKGBUILD
+++ b/abs/extra/postfix/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jeff Brodnax <tullyarcher@bellsouth.net>
# Maintainer: Paul Mattal <paul@archlinux.org>
pkgname=postfix
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="Secure, fast, easy to administer drop in replacement for Sendmail (MTA)"
arch=('i686' 'x86_64')
@@ -20,9 +20,6 @@ url="http://www.postfix.org/"
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz \
${pkgname}.patch.bz2 \
${pkgname})
-md5sums=('df648f59421604e895cce56325f00bae'
- 'a3c45ff23ef036143711793fcf2478c3'
- 'c847b96f08925f08b0f610468a8e21f6')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -50,3 +47,6 @@ build() {
install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
+md5sums=('b7a5c3ccd309156a65d6f8d2683d4fa1'
+ 'a3c45ff23ef036143711793fcf2478c3'
+ 'c847b96f08925f08b0f610468a8e21f6')