From 8bd5e60317ca43a7ee0da1bd9a1bca174d0390e7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 30 Sep 2019 16:22:06 +0200 Subject: [PATCH] ocaml: update to 4.09.0. --- srcpkgs/ocaml/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ocaml/template b/srcpkgs/ocaml/template index 7ac1c214310..c246404a01a 100644 --- a/srcpkgs/ocaml/template +++ b/srcpkgs/ocaml/template @@ -1,6 +1,6 @@ # Template file for 'ocaml' pkgname=ocaml -version=4.08.1 +version=4.09.0 revision=1 build_style="gnu-configure" configure_args="--with-pic" @@ -11,7 +11,7 @@ maintainer="Leah Neukirchen " license="QPL-1.0, LGPL-2.1-only" homepage="http://ocaml.org/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" -checksum=b53ed3d487b83fd49bc181bded066ae8e6fb592cf40514261d27d36050d5db85 +checksum=a7bc044167e7d09f8e3ea84b88ec9d81392908ecdac861d3d5015e5f0fc496a3 nocross=yes patch_args="-Np1"