ocaml: update to 4.12.0.

This commit is contained in:
Leah Neukirchen 2021-03-06 16:00:06 +01:00
parent 470a9711eb
commit f9a33aed5d
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'ocaml'
pkgname=ocaml
version=4.11.1
version=4.12.0
revision=1
build_style="gnu-configure"
configure_args="--with-pic --disable-force-safe-string"
configure_args="--with-pic"
make_build_target="world.opt"
makedepends="ncurses-devel libX11-devel"
short_desc="Main implementation of the Caml language"
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="QPL-1.0, LGPL-2.1-only"
homepage="http://ocaml.org/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=cd3cd55d465028b161c8c33bafc14ee6ae1d91b5efe51098350f8e8a5f454baf
checksum=adc07a3995362403f3cb11085a86354de08e5a7f9eb3c09be7bbcc38a3a26744
nocross=yes
export ASPP="cc -c"