From 43ca74998482638a2fbb26d62f2efd80947583f0 Mon Sep 17 00:00:00 2001 From: wpbirney Date: Fri, 27 Sep 2024 23:06:57 -0400 Subject: [PATCH] scons: update to 4.8.1 --- srcpkgs/scons/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template index fc6890982688be..4d82ec02737c4e 100644 --- a/srcpkgs/scons/template +++ b/srcpkgs/scons/template @@ -1,6 +1,6 @@ # Template file for 'scons' pkgname=scons -version=4.8.0 +version=4.8.1 revision=1 build_style="python3-module" make_install_args="--install-data=/usr/share/man/man1/" @@ -11,7 +11,7 @@ maintainer="Wilson Birney " license="MIT" homepage="https://www.scons.org/" distfiles="${SOURCEFORGE_SITE}/scons/${version}/SCons-${version}.tar.gz" -checksum=6e928fc97984e719814270f6863f2183b3b72180b0162a5ed09db68c9994100c +checksum=cad573b329b6a5bc7e654b01f0231064acc979026af68a9e467ddb32bf2ee501 make_check=no #SCons dist tarballs do not have tests, confirmed with SCons dev post_install() {