From 5705205c77b64c5e67a8b1dfd08767424209e740 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 17 Jun 2025 16:40:26 +0200 Subject: [PATCH] ocaml: update to 5.3.0. --- srcpkgs/ocaml/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ocaml/template b/srcpkgs/ocaml/template index 3683439a727..7013fb70983 100644 --- a/srcpkgs/ocaml/template +++ b/srcpkgs/ocaml/template @@ -1,6 +1,6 @@ # Template file for 'ocaml' pkgname=ocaml -version=5.2.0 +version=5.3.0 revision=1 build_style="gnu-configure" configure_args="--with-pic --libdir=/usr/lib/ocaml" @@ -11,7 +11,7 @@ maintainer="Orphaned " license="QPL-1.0, LGPL-2.1-only" homepage="http://ocaml.org/" distfiles="https://github.com/ocaml/ocaml/archive/refs/tags/${version}.tar.gz" -checksum=48554abfd530fcdaa08f23f801b699e4f74c320ddf7d0bd56b0e8c24e55fc911 +checksum=eb9eab2f21758d3cfb1e78c7f83f0b4dd6302824316aba4abee047a5a4f85029 nocross=yes export ASPP="cc -c"