diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-03-15 19:28:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:55 +0700 |
commit | a8c695ebb2864720fb0352c89c006a206467a7ad (patch) | |
tree | 5ec9e419fd2301b894f45e5327877698625d2a4f /development | |
parent | bec41eaa5434725c6a73838aa3725641db72faac (diff) | |
download | slackbuilds-a8c695ebb2864720fb0352c89c006a206467a7ad.tar.gz |
development/ocamlbuild: Updated for version 0.12.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/ocamlbuild/ocamlbuild.SlackBuild | 6 | ||||
-rw-r--r-- | development/ocamlbuild/ocamlbuild.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/ocamlbuild/ocamlbuild.SlackBuild b/development/ocamlbuild/ocamlbuild.SlackBuild index e4ff8e5449..e28405a292 100644 --- a/development/ocamlbuild/ocamlbuild.SlackBuild +++ b/development/ocamlbuild/ocamlbuild.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ocamlbuild -# Copyright 2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2016-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # 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=ocamlbuild -VERSION=${VERSION:-0.10.1} +VERSION=${VERSION:-0.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +62,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* || tar xvf $CWD/$VERSION.tar.?z* +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/development/ocamlbuild/ocamlbuild.info b/development/ocamlbuild/ocamlbuild.info index a555e9a826..62fb240875 100644 --- a/development/ocamlbuild/ocamlbuild.info +++ b/development/ocamlbuild/ocamlbuild.info @@ -1,8 +1,8 @@ PRGNAM="ocamlbuild" -VERSION="0.10.1" +VERSION="0.12.0" HOMEPAGE="http://caml.inria.fr" -DOWNLOAD="https://github.com/ocaml/ocamlbuild/archive/0.10.1.tar.gz" -MD5SUM="000d2ebad1333f9afcccdcd68c19f14d" +DOWNLOAD="https://github.com/ocaml/ocamlbuild/archive/0.12.0/ocamlbuild-0.12.0.tar.gz" +MD5SUM="442baa19470bd49150f153122e22907b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ocaml" |