From 1e1a6e18a0b311f72f2256e08864a87e34170e19 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 16 Jul 2018 13:44:47 +0200 Subject: [PATCH] ocaml: update to 4.07.0. --- srcpkgs/ocaml/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ocaml/template b/srcpkgs/ocaml/template index 8ee600e4b4b..0a853b03427 100644 --- a/srcpkgs/ocaml/template +++ b/srcpkgs/ocaml/template @@ -1,14 +1,14 @@ # Template file for 'ocaml' pkgname=ocaml -version=4.06.1 +version=4.07.0 revision=1 makedepends="ncurses-devel libX11-devel" short_desc="The main implementation of the Caml language" maintainer="Leah Neukirchen " homepage="http://ocaml.org/" -license="QPL-1, LGPL-2" +license="QPL-1.0, LGPL-2.1-only" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" -checksum=fef12a65cab5f6d15ea22a72e328349530e179308f1005100e45e50a228d72c4 +checksum=8dd39da81beaad53a158e71c428f902b609d8f7f33fedf37f15c56be6c4cf840 nocross=yes disable_parallel_build=yes