libraries/cdk: Fixed download link.
Adjusted download link to use the versioned source tarball instead of the unversioned one, as the latter already points to a newer version. Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
2d0d742b99
commit
46bf517e1c
|
@ -46,7 +46,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVERSION
|
||||
tar xvf $CWD/$PRGNAM.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$SRCVERSION.tgz
|
||||
cd $PRGNAM-$SRCVERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="cdk"
|
||||
VERSION="5.0_20090215"
|
||||
HOMEPAGE="http://invisible-island.net/cdk/"
|
||||
DOWNLOAD="ftp://invisible-island.net/cdk/cdk.tar.gz"
|
||||
DOWNLOAD="ftp://invisible-island.net/cdk/cdk-5.0-20090215.tgz"
|
||||
MD5SUM="851adaa3b6c51d39fb61d8ed1714a7d3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue