summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Marcel Saegebarth <marc@mos6581.de>2014-12-05 03:58:37 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-05 03:58:37 +0700
commit9b155c8807bd7bd3262f6aa6bde135bb179df6c0 (patch)
tree96a5bdc8d552a2051cd18deb9d8cc1bcffeded72 /network
parentcf4d681927b87af5cb57355b5709a1d87c1ea0aa (diff)
downloadslackbuilds-9b155c8807bd7bd3262f6aa6bde135bb179df6c0.tar.gz
slackbuilds-9b155c8807bd7bd3262f6aa6bde135bb179df6c0.tar.xz
network/synergy: Updated for version 1.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/synergy/README3
-rw-r--r--network/synergy/synergy.SlackBuild6
-rw-r--r--network/synergy/synergy.info8
3 files changed, 7 insertions, 10 deletions
diff --git a/network/synergy/README b/network/synergy/README
index 741c61829a..fcb5d097d5 100644
--- a/network/synergy/README
+++ b/network/synergy/README
@@ -1,5 +1,2 @@
Synergy lets you easily share your mouse and keyboard between multiple
computers on your desk.
-
-Note: This builds the beta version of Synergy, but seems to run stable
-at least for me. The 1.3.x (stable) releases are quite old.
diff --git a/network/synergy/synergy.SlackBuild b/network/synergy/synergy.SlackBuild
index 4d17c44d75..a27a90b336 100644
--- a/network/synergy/synergy.SlackBuild
+++ b/network/synergy/synergy.SlackBuild
@@ -25,8 +25,8 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=synergy
-VERSION=${VERSION:-1.5.1}
-REV=${REV:-2398}
+VERSION=${VERSION:-1.6.2}
+REV=${REV:-master-ebba77f}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION-Source
-tar xvf $CWD/$PRGNAM-$VERSION-r$REV-Source.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION-$REV-Source.tar.gz
cd $PRGNAM-$VERSION-Source
chown -R root:root .
find -L . \
diff --git a/network/synergy/synergy.info b/network/synergy/synergy.info
index 3c4f995959..67ca1cddd5 100644
--- a/network/synergy/synergy.info
+++ b/network/synergy/synergy.info
@@ -1,10 +1,10 @@
PRGNAM="synergy"
-VERSION="1.5.1"
+VERSION="1.6.2"
HOMEPAGE="http://synergy-foss.org/"
-DOWNLOAD="http://synergy-project.org/files/packages/synergy-1.5.1-r2398-Source.tar.gz"
-MD5SUM="5437d64af1114f61cca0cbebb16d0db8"
+DOWNLOAD="http://synergy-project.org/files/packages/synergy-1.6.2-master-ebba77f-Source.tar.gz"
+MD5SUM="264d9d0a3896dc6f76bd336e6eecd9b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="avahi"
MAINTAINER="Marcel Saegebarth"
EMAIL="marc@mos6581.de"