ocamlbuild: update to 0.12.0.

This commit is contained in:
Leah Neukirchen 2017-11-12 19:27:45 +01:00
parent 9697a74d65
commit 8c4434023f
1 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ocamlbuild' # Template file for 'ocamlbuild'
pkgname=ocamlbuild pkgname=ocamlbuild
version=0.11.0 version=0.12.0
revision=2 revision=1
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="ocaml" hostmakedepends="ocaml"
short_desc="OCaml build tool" short_desc="OCaml build tool"
@ -9,6 +9,5 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2" license="LGPL-2"
homepage="https://github.com/ocaml/ocamlbuild" homepage="https://github.com/ocaml/ocamlbuild"
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
checksum=1717edc841c9b98072e410f1b0bc8b84444b4b35ed3b4949ce2bec17c60103ee checksum=d9de56aa961f585896844b24c6f7695a9e7ad9d00263fdfe50a17f38b13b9ce1
nocross=yes nocross=yes
nopie=yes