summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Johannes Schoepfer2019-03-22 19:10:37 +0100
committer Willy Sudiarto Raharjo2019-03-22 19:10:37 +0100
commit09c8d9206b842613223173aee74f7a03fe859361 (patch)
tree1a426069e75be92a895af55c656b57d0b56d7c8b /network
parent63f7cd82df5b8c82ba8bc72a27ac1f61937de806 (diff)
downloadslackbuilds-09c8d9206b842613223173aee74f7a03fe859361.tar.gz
network/lurch: Updated for version 0.6.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/lurch/lurch.SlackBuild7
-rw-r--r--network/lurch/lurch.info8
2 files changed, 7 insertions, 8 deletions
diff --git a/network/lurch/lurch.SlackBuild b/network/lurch/lurch.SlackBuild
index d9ff23a6bc..342ceb99f6 100644
--- a/network/lurch/lurch.SlackBuild
+++ b/network/lurch/lurch.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for lurch
-# Copyright 2017 Johannes Schoepfer
+# Copyright 2017 - 2019 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lurch
-VERSION=${VERSION:-0.6.5}
+VERSION=${VERSION:-0.6.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,9 +60,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-mkdir $PRGNAM-$VERSION
-cd $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/network/lurch/lurch.info b/network/lurch/lurch.info
index e38c89b390..f6fdbb3742 100644
--- a/network/lurch/lurch.info
+++ b/network/lurch/lurch.info
@@ -1,10 +1,10 @@
PRGNAM="lurch"
-VERSION="0.6.5"
+VERSION="0.6.8"
HOMEPAGE="https://github.com/gkdr/lurch"
-DOWNLOAD="https://github.com/gkdr/lurch/releases/download/v0.6.5/lurch-0.6.5-src.tar.gz"
-MD5SUM="3249a0c2d7a81a7f3cc13c4be96e9196"
+DOWNLOAD="https://github.com/gkdr/lurch/releases/download/v0.6.8/lurch-0.6.8-src.tar.gz"
+MD5SUM="8744e8f5fbc32de10add88b41e3e0a46"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mxml"
MAINTAINER="Johannes Schoepfer"
-EMAIL="slackbuilds[at]schoepfer[dot]info"
+EMAIL="slackbuilds@schoepfer.info"