diff options
author | Heiko Rosemann <heiko.rosemann@web.de> | 2019-08-11 08:42:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-11 08:42:27 +0700 |
commit | c6765f022798c631795ac8deedf511ea235a641c (patch) | |
tree | 46a571cee803f74d2e467a7376cca02fc0312f56 /libraries | |
parent | 22a0dceb24b114b8ae77d0a687a639a0c1bb24e4 (diff) |
libraries/gwenhywfar: Updated for version 4.20.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/gwenhywfar/gwenhywfar.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/gwenhywfar/gwenhywfar.info | 8 |
2 files changed, 6 insertions, 12 deletions
diff --git a/libraries/gwenhywfar/gwenhywfar.SlackBuild b/libraries/gwenhywfar/gwenhywfar.SlackBuild index ee24a0d9ed83..b1ddfdcb9f55 100644 --- a/libraries/gwenhywfar/gwenhywfar.SlackBuild +++ b/libraries/gwenhywfar/gwenhywfar.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gwenhywfar -# Copyright 2013-2018 Heiko Rosemann Germany +# Copyright 2013-2019 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.20.0} +VERSION=${VERSION:-4.20.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,12 +61,6 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -# Download filename without content disposition is strange... fix it -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 - tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . diff --git a/libraries/gwenhywfar/gwenhywfar.info b/libraries/gwenhywfar/gwenhywfar.info index 42e8a112334d..fc5694751c53 100644 --- a/libraries/gwenhywfar/gwenhywfar.info +++ b/libraries/gwenhywfar/gwenhywfar.info @@ -1,8 +1,8 @@ PRGNAM="gwenhywfar" -VERSION="4.20.0" -HOMEPAGE="https://www.aquamaniac.de/sites/download/packages.php?package=01&showall=1" -DOWNLOAD="https://www.aquamaniac.de/sites/download/download.php?package=01&release=208&file=02&dummy=gwenhywfar-4.20.0.tar.gz" -MD5SUM="0744255cae68adca6dff81d3a9f3932d" +VERSION="4.20.1" +HOMEPAGE="https://www.aquamaniac.de/rdm/" +DOWNLOAD="https://www.aquamaniac.de/rdm/attachments/download/104/gwenhywfar-4.20.1.tar.gz" +MD5SUM="654d4438e2215f9001d1a3173d24b1ac" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |