ocamlbuild: update to 0.16.1.

This commit is contained in:
Leah Neukirchen 2025-06-17 16:40:30 +02:00
parent 5705205c77
commit 6ea9f9a274

View file

@ -1,6 +1,6 @@
# Template file for 'ocamlbuild' # Template file for 'ocamlbuild'
pkgname=ocamlbuild pkgname=ocamlbuild
version=0.15.0 version=0.16.1
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="ocaml" hostmakedepends="ocaml"
@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-only" license="LGPL-2.0-only"
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=d3f6ee73100b575d4810247d10ed8f53fccef4e90daf0e4a4c5f3e6a3030a9c9 checksum=2ba6857f2991b7f69368e8db818b163d31cf5a367f15f5953bf8f01a77b3d4fc
nocross=yes nocross=yes
export CHECK_IF_PREINSTALLED=false export CHECK_IF_PREINSTALLED=false