From 8c4434023f761575308e6c4dab7b3692b52ff7bd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 12 Nov 2017 19:27:45 +0100 Subject: [PATCH] ocamlbuild: update to 0.12.0. --- srcpkgs/ocamlbuild/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ocamlbuild/template b/srcpkgs/ocamlbuild/template index 69a707ce08b..f76d783183b 100644 --- a/srcpkgs/ocamlbuild/template +++ b/srcpkgs/ocamlbuild/template @@ -1,7 +1,7 @@ # Template file for 'ocamlbuild' pkgname=ocamlbuild -version=0.11.0 -revision=2 +version=0.12.0 +revision=1 build_style=gnu-makefile hostmakedepends="ocaml" short_desc="OCaml build tool" @@ -9,6 +9,5 @@ maintainer="Leah Neukirchen " license="LGPL-2" homepage="https://github.com/ocaml/ocamlbuild" distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz" -checksum=1717edc841c9b98072e410f1b0bc8b84444b4b35ed3b4949ce2bec17c60103ee +checksum=d9de56aa961f585896844b24c6f7695a9e7ad9d00263fdfe50a17f38b13b9ce1 nocross=yes -nopie=yes