network/synergy: Updated for version 1.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
01c299573c
commit
ed2dceef06
|
@ -25,8 +25,8 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=synergy
|
||||
VERSION=${VERSION:-1.5.0}
|
||||
REV=${REV:-2278}
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
REV=${REV:-2398}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,7 +70,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
sh hm.sh configure --generator=1 --release
|
||||
CXXFLAGS="$SLKCFLAGS" sh hm.sh build
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="synergy"
|
||||
VERSION="1.5.0"
|
||||
VERSION="1.5.1"
|
||||
HOMEPAGE="http://synergy-foss.org/"
|
||||
DOWNLOAD="http://synergy-project.org/files/packages/synergy-1.5.0-r2278-Source.tar.gz"
|
||||
MD5SUM="1e1eb2bd1502f3c39d291738bacaebd5"
|
||||
DOWNLOAD="http://synergy-project.org/files/packages/synergy-1.5.1-r2398-Source.tar.gz"
|
||||
MD5SUM="5437d64af1114f61cca0cbebb16d0db8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue