diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-11 22:40:05 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-11 22:40:05 (GMT) |
commit | 06153c499ff81f57f605f7c7603cf50ac9599c2b (patch) | |
tree | 9fe0262e71d582f5bab361d7965c15dc5d693ad9 /abs/extra/postfix/PKGBUILD | |
parent | d8b95199d0f85e9f8a7119a6034749ceaefc6f35 (diff) | |
download | linhes_pkgbuild-06153c499ff81f57f605f7c7603cf50ac9599c2b.zip linhes_pkgbuild-06153c499ff81f57f605f7c7603cf50ac9599c2b.tar.gz linhes_pkgbuild-06153c499ff81f57f605f7c7603cf50ac9599c2b.tar.bz2 |
postfix: update to 2.7.1
Diffstat (limited to 'abs/extra/postfix/PKGBUILD')
-rw-r--r-- | abs/extra/postfix/PKGBUILD | 8 |
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') |