diff options
Diffstat (limited to 'libraries/gwenhywfar/gwenhywfar.SlackBuild')
-rw-r--r-- | libraries/gwenhywfar/gwenhywfar.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/gwenhywfar/gwenhywfar.SlackBuild b/libraries/gwenhywfar/gwenhywfar.SlackBuild index 80c1d4dcae..ee24a0d9ed 100644 --- a/libraries/gwenhywfar/gwenhywfar.SlackBuild +++ b/libraries/gwenhywfar/gwenhywfar.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gwenhywfar -# Copyright 2013-2017 Heiko Rosemann Germany +# Copyright 2013-2018 Heiko Rosemann 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=gwenhywfar -VERSION=${VERSION:-4.18.0} +VERSION=${VERSION:-4.20.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,8 +62,8 @@ cd $TMP rm -rf $PRGNAM-$VERSION # Download filename without content disposition is strange... fix it -if [ -f $CWD/"download.php?package=01&release=206&file=01&dummy=gwenhywfar-$VERSION.tar.gz" ]; then - mv $CWD/"download.php?package=01&release=206&file=01&dummy=gwenhywfar-$VERSION.tar.gz" \ +if [ -f $CWD/"download.php?package=01&release=208&file=02&dummy=gwenhywfar-$VERSION.tar.gz" ]; then + mv $CWD/"download.php?package=01&release=208&file=02&dummy=gwenhywfar-$VERSION.tar.gz" \ $CWD/$PRGNAM-$VERSION.tar.gz fi |