diff mbox series

[1/1] package/waf: Bump to v2.0.24

Message ID 20220926102707.1993827-1-titouanchristophe@gmail.com
State Accepted
Headers show
Series [1/1] package/waf: Bump to v2.0.24 | expand

Commit Message

Titouan Christophe Sept. 26, 2022, 10:27 a.m. UTC
Signed-off-by: Titouan Christophe <titouanchristophe@gmail.com>
---
 package/waf/waf.hash | 6 +++---
 package/waf/waf.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Thomas Petazzoni Sept. 26, 2022, 12:02 p.m. UTC | #1
On Mon, 26 Sep 2022 12:27:07 +0200
Titouan Christophe <titouanchristophe@gmail.com> wrote:

> Signed-off-by: Titouan Christophe <titouanchristophe@gmail.com>
> ---
>  package/waf/waf.hash | 6 +++---
>  package/waf/waf.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/waf/waf.hash b/package/waf/waf.hash
index 21f47f76d8..c8d464ebfb 100644
--- a/package/waf/waf.hash
+++ b/package/waf/waf.hash
@@ -1,7 +1,7 @@ 
 # Locally computed
-sha1  89b24f9c19328339c2c8103796755474b66f3a8d  waf-2.0.23
-sha256  28a2e4583314a162cfcbffefb8a9202c1d7869040d30b5852da479b76d9c0491  waf-2.0.23
+sha1  9cc6db88ecda57067024f368722ecbf48a3bba1a  waf-2.0.24
+sha256  93909bca823a675f9f40af7c65b24887c3a3c0efdf411ff1978ba827194bdeb0  waf-2.0.24
 
 # 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  28a2e4583314a162cfcbffefb8a9202c1d7869040d30b5852da479b76d9c0491  waf
+sha256  93909bca823a675f9f40af7c65b24887c3a3c0efdf411ff1978ba827194bdeb0  waf
diff --git a/package/waf/waf.mk b/package/waf/waf.mk
index 2b1808ace4..d98ab489ca 100644
--- a/package/waf/waf.mk
+++ b/package/waf/waf.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-WAF_VERSION = 2.0.23
+WAF_VERSION = 2.0.24
 WAF_SOURCE = waf-$(WAF_VERSION)
 WAF_SITE = https://waf.io
 WAF_LICENSE = BSD-3-Clause