diff options
author | Heiko Rosemann <heiko.rosemann@web.de> | 2018-03-14 11:53:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-14 11:53:40 +0700 |
commit | 132b11bcba6d01fcb96404ed509ad52aab6b84ce (patch) | |
tree | b1376569b69e9e985d47e7982da34127a580cc75 /libraries/gwenhywfar/gwenhywfar.SlackBuild | |
parent | c555585e5437b1c9304b6217bc79c75f2e5e2e63 (diff) | |
download | slackbuilds-132b11bcba6d01fcb96404ed509ad52aab6b84ce.tar.gz |
libraries/gwenhywfar: Updated for version 4.20.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |