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:
parent
d94a6fd6c4
commit
0e54adf736
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue