development/ocaml-num: Fix download URL.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-02-15 17:30:08 -05:00 committed by Willy Sudiarto Raharjo
parent d94a6fd6c4
commit 0e54adf736
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf num-$VERSION
tar xvf $CWD/num-v$VERSION.tar.gz
tar xvf $CWD/num-$VERSION.tar.gz
cd num-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,7 +1,7 @@
PRGNAM="ocaml-num"
VERSION="1.4"
HOMEPAGE="https://github.com/ocaml/num/"
DOWNLOAD="https://github.com/ocaml/num/archive/v1.4/num-v1.4.tar.gz"
DOWNLOAD="https://github.com/ocaml/num/archive/v1.4/num-1.4.tar.gz"
MD5SUM="cda2b727e116a0b6a9c03902cc4b2415"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""