diff options
Diffstat (limited to 'development/svn-all-fast-export/svn-all-fast-export.SlackBuild')
-rw-r--r-- | development/svn-all-fast-export/svn-all-fast-export.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/development/svn-all-fast-export/svn-all-fast-export.SlackBuild b/development/svn-all-fast-export/svn-all-fast-export.SlackBuild index a4d74c0d20..fec75aef3c 100644 --- a/development/svn-all-fast-export/svn-all-fast-export.SlackBuild +++ b/development/svn-all-fast-export/svn-all-fast-export.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for svn-all-fast-export # Copyright 2017-2020 Andrew Clemons, Wellington New Zealand +# Copyright 2025 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=svn-all-fast-export SRCNAM=svn2git -VERSION=${VERSION:-1.0.18} +VERSION=${VERSION:-1.0.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |