From 3b4f0365862aec34e40a02d02ddf62f97dbbefcd Mon Sep 17 00:00:00 2001 From: wpbirney Date: Fri, 29 Mar 2024 17:05:43 -0400 Subject: [PATCH] scons: Update to 4.7.0 --- srcpkgs/scons/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template index ab712691c903fa..40f7326c7e6488 100644 --- a/srcpkgs/scons/template +++ b/srcpkgs/scons/template @@ -1,7 +1,7 @@ # Template file for 'scons' pkgname=scons -version=4.4.0 -revision=3 +version=4.7.0 +revision=1 build_style="python3-module" make_install_args="--install-data=/usr/share/man/man1/" hostmakedepends="python3 python3-setuptools" @@ -10,8 +10,8 @@ short_desc="Software construction tool" maintainer="Wilson Birney " license="MIT" homepage="https://www.scons.org/" -distfiles="https://github.com/SCons/scons/releases/download/${version}/SCons-${version}.tar.gz" -checksum=7703c4e9d2200b4854a31800c1dbd4587e1fa86e75f58795c740bcfa7eca7eaa +distfiles="${SOURCEFORGE_SITE}/scons/${version}/SCons-${version}.tar.gz" +checksum=d9fcd831700ce373ecd30ac55e9d7eff20754215cff5967c4972237d614a326e make_check=no #SCons dist tarballs do not have tests, confirmed with SCons dev post_install() {