network/postfix: Updated for version 2.6.1
This commit is contained in:
parent
7a4fd55581
commit
60e6924394
|
@ -236,4 +236,4 @@ do \
|
|||
done
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="postfix"
|
||||
VERSION="2.6.1"
|
||||
HOMEPAGE="http://www.postfix.org/"
|
||||
DOWNLOAD="http://www.subneural.net/postfix-release/official/postfix-2.6.1.tar.gz"
|
||||
DOWNLOAD="http://postfix.cs.utah.edu/source/official/postfix-2.6.1.tar.gz"
|
||||
MD5SUM="737bbc245da9c72c174893397f70ae86"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Alan Hicks"
|
||||
EMAIL="alan@lizella.net"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in New Issue