diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-12-28 19:27:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-30 11:20:11 +0700 |
commit | 6c1991e2f258352960822a8520b589465108ea5d (patch) | |
tree | 5a9fe8c7975b7a2675720ea9746785dddc171c6e /network | |
parent | 410899ba848ffcc68cf95ada9e8270b226600ad9 (diff) | |
download | slackbuilds-6c1991e2f258352960822a8520b589465108ea5d.tar.gz |
network/grsync: Updated for version 1.3.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/grsync/grsync.SlackBuild | 6 | ||||
-rw-r--r-- | network/grsync/grsync.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/network/grsync/grsync.SlackBuild b/network/grsync/grsync.SlackBuild index ff50533fcb..27dc71729c 100644 --- a/network/grsync/grsync.SlackBuild +++ b/network/grsync/grsync.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for grsync -# Copyright 2013-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2021 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=grsync -VERSION=${VERSION:-1.2.8} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -81,7 +81,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS -fcommon" \ +CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ diff --git a/network/grsync/grsync.info b/network/grsync/grsync.info index 56c19dc988..cf1f3654ec 100644 --- a/network/grsync/grsync.info +++ b/network/grsync/grsync.info @@ -1,8 +1,8 @@ PRGNAM="grsync" -VERSION="1.2.8" -HOMEPAGE="http://www.opbyte.it/grsync/" -DOWNLOAD="http://downloads.sf.net/grsync/grsync-1.2.8.tar.gz" -MD5SUM="9531279242a36169847fb81f72ceb412" +VERSION="1.3.0" +HOMEPAGE="https://www.opbyte.it/grsync/" +DOWNLOAD="https://downloads.sf.net/grsync/grsync-1.3.0.tar.gz" +MD5SUM="be1c0dfb9c76ec923fa35ad9db624bb8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |