From b4cabc079b407fe6a2f402b0245002f3804138bd Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 5 Oct 2018 05:57:09 +0300 Subject: [PATCH] =?utf8?q?=D0=A1=D0=BF=D1=83=D1=82=D0=BD=D0=B8=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- build.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.bash b/build.bash index 1588011..bec452e 100755 --- a/build.bash +++ b/build.bash @@ -90,8 +90,8 @@ mflags() { } overs="$(ocamlc -vnum 2>/dev/null)" || overs="" -test "$overs" = "4.07.0" || { - url=https://caml.inria.fr/pub/distrib/ocaml-4.07/ocaml-4.07.0.tar.xz +test "$overs" = "4.07.1" || { + url=https://caml.inria.fr/pub/distrib/ocaml-4.07/ocaml-4.07.1.tar.xz txz=$outd/$(basename $url) isfresh $txz $url || { executable_p() { command -v "$1" >/dev/null 2>&1; } -- 2.11.4.GIT