Browse Source

package/waf: bump to v2.1.6

See the changelog: https://gitlab.com/ita1024/waf/-/blob/waf-2.1.6/ChangeLog

Tested with `./utils/test-pkg -p ntpsec` (ntpsec is waf package)

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Titouan Christophe 1 month ago
parent
commit
3b14fd5112
2 changed files with 4 additions and 4 deletions
  1. 3 3
      package/waf/waf.hash
  2. 1 1
      package/waf/waf.mk

+ 3 - 3
package/waf/waf.hash

@@ -1,7 +1,7 @@
 # Locally computed
-sha1  523f645690747501b19e0d107a044de514ba80b4  waf-2.1.5
-sha256  9d0b5d13e85f781b6976cfefb909b76cbc94a07419fa95d34216dca744257786  waf-2.1.5
+sha1  d11579fb088200adc5e6bf6c96e31fcb7afd94cb  waf-2.1.6
+sha256  4bc4587a11925e19739da021e021a5764d39759fada85563bc6d4ded17515b14  waf-2.1.6
 
 # 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  9d0b5d13e85f781b6976cfefb909b76cbc94a07419fa95d34216dca744257786  waf
+sha256  4bc4587a11925e19739da021e021a5764d39759fada85563bc6d4ded17515b14  waf

+ 1 - 1
package/waf/waf.mk

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