diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-06 10:31:11 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-07 11:28:16 -0600 |
commit | 0258b6bf96505218ff029ee276e0a889d2d4dc7b (patch) | |
tree | 0ceb7abf2e95fc812bf42955a4fdce5c90534ea4 /network/grsync | |
parent | 9cf75613a2e579aa9f5a11dfbc6d60c9fdfae0b6 (diff) | |
download | slackbuilds-0258b6bf96505218ff029ee276e0a889d2d4dc7b.tar.gz |
network/grsync: Updated for version 1.2.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/grsync')
-rw-r--r-- | network/grsync/grsync.SlackBuild | 8 | ||||
-rw-r--r-- | network/grsync/grsync.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/network/grsync/grsync.SlackBuild b/network/grsync/grsync.SlackBuild index 9fa349a150..bf6e494f1c 100644 --- a/network/grsync/grsync.SlackBuild +++ b/network/grsync/grsync.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for grsync -# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2012 +# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2013 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,8 +22,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=grsync -VERSION=${VERSION:-1.2.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,7 +70,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -LDFLAGS="-lm" \ +#LDFLAGS="-lm" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/network/grsync/grsync.info b/network/grsync/grsync.info index 6ab46755f4..a0fadf3f46 100644 --- a/network/grsync/grsync.info +++ b/network/grsync/grsync.info @@ -1,8 +1,8 @@ PRGNAM="grsync" -VERSION="1.2.1" +VERSION="1.2.4" HOMEPAGE="http://www.opbyte.it/grsync/" -DOWNLOAD="http://downloads.sourceforge.net/grsync/grsync-1.2.1.tar.gz" -MD5SUM="e57f46d67f7f9e8df08fdd0b97db10a6" +DOWNLOAD="http://downloads.sourceforge.net/grsync/grsync-1.2.4.tar.gz" +MD5SUM="253faeac01ef32f0766e9a58ada00abc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |