mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
libraries/gwenhywfar: Updated for version 4.20.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
22a0dceb24
commit
c6765f0227
2 changed files with 6 additions and 12 deletions
|
@ -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 .
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue