From 3879532de1e8e062bca113306a3d217e1ea2136f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 25 May 2024 21:23:20 +0200 Subject: [PATCH] bmake: update to 20240520. --- srcpkgs/bmake/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bmake/template b/srcpkgs/bmake/template index 627aceeb93d..5df697ba5b7 100644 --- a/srcpkgs/bmake/template +++ b/srcpkgs/bmake/template @@ -1,13 +1,13 @@ # Template file for 'bmake' pkgname=bmake -version=20240508 +version=20240520 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=847a20f03e6f2ee26b9f7cf8db4a353120540686daa565e2ec6ff800317ddaab +checksum=2210ccd455b008df7951f6dbd347bfcc1837c46473014e4b8dd5ff3091ae2894 python_version=3 CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"