aboutsummaryrefslogtreecommitdiff
path: root/development/fossil/fossil.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/fossil/fossil.SlackBuild')
-rw-r--r--development/fossil/fossil.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/fossil/fossil.SlackBuild b/development/fossil/fossil.SlackBuild
index 3a759c279f6f9..fbd66c1896915 100644
--- a/development/fossil/fossil.SlackBuild
+++ b/development/fossil/fossil.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fossil
-VERSION=${VERSION:-2.14}
+VERSION=${VERSION:-2.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -67,7 +67,7 @@ fi
set -e
FILE=$CWD/$PRGNAM-src-$VERSION.tar.gz
-DIR=$PRGNAM-$VERSION
+DIR=$PRGNAM-src-$VERSION
if [ ! -e "$FILE" ]; then
FILE=$CWD/$PRGNAM-src.tar.gz