network/dovecot-pigeonhole: Updated for version 0.4.19.

Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
Mario Preksavec 2017-07-25 17:43:36 +02:00 committed by Willy Sudiarto Raharjo
parent 6f15968091
commit b541ef377e
2 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="dovecot-pigeonhole"
VERSION=${VERSION:-0.4.18}
VERSION=${VERSION:-0.4.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -32,7 +32,7 @@ SRCNAM="dovecot-2.2-pigeonhole"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="dovecot-pigeonhole"
VERSION="0.4.18"
VERSION="0.4.19"
HOMEPAGE="http://pigeonhole.dovecot.org/"
DOWNLOAD="http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.18.tar.gz"
MD5SUM="7e6f55da44500b59b832b3d44dd0cbcb"
DOWNLOAD="http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.19.tar.gz"
MD5SUM="4ffb15c0e84625280b3690784d4d83eb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dovecot"