summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2014-12-20 01:03:01 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-20 01:03:01 +0700
commitab30fdd2daf618f5fa9c1c1e20bb0b5066da8720 (patch)
treef86f5c3b6a13e905dca7e306ed0860af597ddbc4 /misc
parent348715087257afc1290e27f275ebb90e37f34f0e (diff)
downloadslackbuilds-ab30fdd2daf618f5fa9c1c1e20bb0b5066da8720.tar.gz
slackbuilds-ab30fdd2daf618f5fa9c1c1e20bb0b5066da8720.tar.xz
misc/subsurface: Updated for version 4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/subsurface/subsurface.SlackBuild4
-rw-r--r--misc/subsurface/subsurface.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/subsurface/subsurface.SlackBuild b/misc/subsurface/subsurface.SlackBuild
index 893d8e83e9..0669a51b4d 100644
--- a/misc/subsurface/subsurface.SlackBuild
+++ b/misc/subsurface/subsurface.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=subsurface
SRCNAM=Subsurface
-VERSION=${VERSION:-4.2}
+VERSION=${VERSION:-4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -85,7 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a gpl-2.0.txt INSTALL README ReleaseNotes.txt SupportedDivecomputers.* \
+cp -a gpl-2.0.txt INSTALL README SupportedDivecomputers.* TODO.CCR \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/misc/subsurface/subsurface.info b/misc/subsurface/subsurface.info
index f65597e781..5a6fb10fa4 100644
--- a/misc/subsurface/subsurface.info
+++ b/misc/subsurface/subsurface.info
@@ -1,8 +1,8 @@
PRGNAM="subsurface"
-VERSION="4.2"
+VERSION="4.3"
HOMEPAGE="http://subsurface.hohndel.org/"
-DOWNLOAD="http://subsurface.hohndel.org/downloads/Subsurface-4.2.tgz"
-MD5SUM="fd121c2d97c8812a0a7bc7096bb7ae48"
+DOWNLOAD="http://subsurface.hohndel.org/downloads/Subsurface-4.3.tgz"
+MD5SUM="18d02890ba7bbc7deab57df1a8f6ffb2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libdivecomputer libgit2"