network/sieve-connect: Updated for version 0.88.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2016-09-23 05:39:04 +07:00 committed by Willy Sudiarto Raharjo
parent b778ee3331
commit c7c1b2a753
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2010-2013 LEVAI Daniel
# Copyright (c) 2010-2014 LEVAI Daniel
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -28,7 +28,7 @@
# Build script for sieve-connect
PRGNAM=sieve-connect
VERSION=${VERSION:-0.87}
VERSION=${VERSION:-0.88}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="sieve-connect"
VERSION="0.87"
HOMEPAGE="https://github.com/syscomet/sieve-connect"
DOWNLOAD="https://github.com/syscomet/sieve-connect/releases/download/v0.87/sieve-connect-0.87.tar.bz2"
MD5SUM="064c2ebacd3062bdf59a3ce8cb55a2fa"
VERSION="0.88"
HOMEPAGE="https://github.com/philpennock/sieve-connect"
DOWNLOAD="https://github.com/philpennock/sieve-connect/releases/download/v0.88/sieve-connect-0.88.tar.bz2"
MD5SUM="41379b8d3363b419125a01957fbab94e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Authen-SASL perl-IO-Socket-INET6 perl-IO-Socket-SSL perl-net-dns"