mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
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
2 changed files with 7 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for isync
|
||||
|
||||
# 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
|
||||
# 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
|
||||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
PRGNAM=isync
|
||||
VERSION=${VERSION:-1.0.4}
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="isync"
|
||||
VERSION="1.0.4"
|
||||
VERSION="1.2.1"
|
||||
HOMEPAGE="http://isync.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/isync/isync-1.0.4.tar.gz"
|
||||
MD5SUM="8a836a6f4b43cd38a8b8153048417616"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/isync/isync-1.2.1.tar.gz"
|
||||
MD5SUM="7ba1a07c7b487a3ab5fef54d0071f1dd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Tom Canich"
|
||||
EMAIL="tcanich@canich.net"
|
||||
MAINTAINER="Manuel Argüelles"
|
||||
EMAIL="manuel.arguelles@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue