package/waf: bump to v2.1.9

This contains some minor bugfixes and enhancements, see the release notes
https://gitlab.com/ita1024/waf/blob/waf-2.1.9/ChangeLog

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Titouan Christophe
2026-04-10 09:28:12 +02:00
committed by Julien Olivain
parent 8e7886acfc
commit 19370808a2
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# Locally computed
sha1 d11579fb088200adc5e6bf6c96e31fcb7afd94cb waf-2.1.6
sha256 4bc4587a11925e19739da021e021a5764d39759fada85563bc6d4ded17515b14 waf-2.1.6
sha1 40033ed0306c210f4e8d6e6cd5cb0592acec55c3 waf-2.1.9
sha256 e235eeac6d34f039834e355a738298416a92a17defd1b6e1eae48488ba4a6864 waf-2.1.9
# The waf script also contains its license, but is renamed `waf` in the extract
# step, so this is a synonym for the above, to check WAF_LICENSE
sha256 4bc4587a11925e19739da021e021a5764d39759fada85563bc6d4ded17515b14 waf
sha256 e235eeac6d34f039834e355a738298416a92a17defd1b6e1eae48488ba4a6864 waf

View File

@@ -4,7 +4,7 @@
#
################################################################################
WAF_VERSION = 2.1.6
WAF_VERSION = 2.1.9
WAF_SOURCE = waf-$(WAF_VERSION)
WAF_SITE = https://waf.io
WAF_LICENSE = BSD-3-Clause