development/byacc: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0f933175a7
commit
999616e651
|
@ -70,7 +70,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tgz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="byacc"
|
||||
VERSION="20211224"
|
||||
HOMEPAGE="https://invisible-island.net/byacc/"
|
||||
DOWNLOAD="https://invisible-island.net/datafiles/release/byacc.tar.gz"
|
||||
DOWNLOAD="https://invisible-mirror.net/archives/byacc/byacc-20211224.tgz"
|
||||
MD5SUM="fbf5249ebd6c930e1d4fe08c9683e367"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue