mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/dovecot: Updated for version 1.1.15
This commit is contained in:
parent
d86c50504c
commit
dfb8c804d2
2 changed files with 3 additions and 1 deletions
|
@ -99,4 +99,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
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}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="dovecot"
|
|||
VERSION="1.1.15"
|
||||
HOMEPAGE="http://www.dovecot.org/"
|
||||
DOWNLOAD="http://dovecot.org/releases/1.1/dovecot-1.1.15.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="90562401bbf6bd052b23b89f7f5a700f"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Alan Hicks"
|
||||
EMAIL="alan@lizella.net"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue