diff options
-rw-r--r-- | network/postfix/postfix.SlackBuild | 2 | ||||
-rw-r--r-- | network/postfix/postfix.info | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/network/postfix/postfix.SlackBuild b/network/postfix/postfix.SlackBuild index ecde0b3979..579713482b 100644 --- a/network/postfix/postfix.SlackBuild +++ b/network/postfix/postfix.SlackBuild @@ -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} diff --git a/network/postfix/postfix.info b/network/postfix/postfix.info index d8c7749ebe..08b214f212 100644 --- a/network/postfix/postfix.info +++ b/network/postfix/postfix.info @@ -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" |