network/isync: Updated for version 1.2.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8ef9e34b6a
commit
300c3fbace
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for isync
|
# Slackware build script for isync
|
||||||
|
|
||||||
# Copyright (c) 2009, Tom Canich, State College, Pennsylvania, USA
|
# Copyright (c) 2009, Tom Canich, State College, Pennsylvania, USA
|
||||||
# All rights reserved.
|
# All rights reserved. tcanich@canich.net
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
|
@ -28,9 +28,8 @@
|
||||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
|
||||||
PRGNAM=isync
|
PRGNAM=isync
|
||||||
VERSION=${VERSION:-1.0.4}
|
VERSION=${VERSION:-1.2.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="isync"
|
PRGNAM="isync"
|
||||||
VERSION="1.0.4"
|
VERSION="1.2.1"
|
||||||
HOMEPAGE="http://isync.sourceforge.net"
|
HOMEPAGE="http://isync.sourceforge.net"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/isync/isync-1.0.4.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/isync/isync-1.2.1.tar.gz"
|
||||||
MD5SUM="8a836a6f4b43cd38a8b8153048417616"
|
MD5SUM="7ba1a07c7b487a3ab5fef54d0071f1dd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Tom Canich"
|
MAINTAINER="Manuel Argüelles"
|
||||||
EMAIL="tcanich@canich.net"
|
EMAIL="manuel.arguelles@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue