diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-10-07 09:20:27 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:48:10 -0500 |
commit | a4371ea9e4dd0f7a289420fed7a5dd408fc90f54 (patch) | |
tree | d3cfca7999d81ce6e2ccb4ad4132b884e772698d | |
parent | 0511b228dbc36f8e32f9d5f9b782cccf49925ff1 (diff) | |
download | slackbuilds-a4371ea9e4dd0f7a289420fed7a5dd408fc90f54.tar.gz |
development/ocamlbuild: Updated for version 0.14.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | development/ocamlbuild/ocamlbuild.SlackBuild | 4 | ||||
-rw-r--r-- | development/ocamlbuild/ocamlbuild.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/ocamlbuild/ocamlbuild.SlackBuild b/development/ocamlbuild/ocamlbuild.SlackBuild index e28405a292..b9b187aefa 100644 --- a/development/ocamlbuild/ocamlbuild.SlackBuild +++ b/development/ocamlbuild/ocamlbuild.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ocamlbuild -# Copyright 2016-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2016-2019 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.12.0} +VERSION=${VERSION:-0.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/ocamlbuild/ocamlbuild.info b/development/ocamlbuild/ocamlbuild.info index 62fb240875..4012566025 100644 --- a/development/ocamlbuild/ocamlbuild.info +++ b/development/ocamlbuild/ocamlbuild.info @@ -1,8 +1,8 @@ PRGNAM="ocamlbuild" -VERSION="0.12.0" +VERSION="0.14.0" HOMEPAGE="http://caml.inria.fr" -DOWNLOAD="https://github.com/ocaml/ocamlbuild/archive/0.12.0/ocamlbuild-0.12.0.tar.gz" -MD5SUM="442baa19470bd49150f153122e22907b" +DOWNLOAD="https://github.com/ocaml/ocamlbuild/archive/0.14.0/ocamlbuild-0.14.0.tar.gz" +MD5SUM="a7bf2fe594cd16907807c756b14d501f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ocaml" |