From f792240486b9972461b2bf4f8b85690d3067e23a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 7 Jun 2025 13:54:53 +0200 Subject: [PATCH] bmake: update to 20250528. --- srcpkgs/bmake/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bmake/template b/srcpkgs/bmake/template index 296ce5681a1..b6a74259001 100644 --- a/srcpkgs/bmake/template +++ b/srcpkgs/bmake/template @@ -1,13 +1,13 @@ # Template file for 'bmake' pkgname=bmake -version=20250414 +version=20250528 revision=1 short_desc="Portable version of the NetBSD make build tool" maintainer="Leah Neukirchen " license="BSD-3-Clause" homepage="https://www.crufty.net/help/sjg/bmake.html" distfiles="https://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz" -checksum=43258a0b819f3e362dd66c05b8212ea977606945f3887ba1b6ad612affabc9aa +checksum=0dc389a5e0298aa585353b60796d5d632de660dade58d00acd60ad722846c9a3 python_version=3 CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"