All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libwpe: bump to version 1.10.1
@ 2021-06-11 14:40 Adrian Perez de Castro
  2021-06-20 16:39 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Perez de Castro @ 2021-06-11 14:40 UTC (permalink / raw)
  To: buildroot

This minor release fixes a build issue when Meson is running under
a version of Python older than 3.6; release notes:

  https://wpewebkit.org/release/libwpe-1.10.1.html

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
 package/libwpe/libwpe.hash | 8 ++++----
 package/libwpe/libwpe.mk   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/libwpe/libwpe.hash b/package/libwpe/libwpe.hash
index 66fd168dc3..200b6c2798 100644
--- a/package/libwpe/libwpe.hash
+++ b/package/libwpe/libwpe.hash
@@ -1,7 +1,7 @@
-# From https://wpewebkit.org/releases/libwpe-1.10.0.tar.xz.sums
-md5  269ecb60d4ef80a0877d25a5828c8b82  libwpe-1.10.0.tar.xz
-sha1  b3f48a48b0401da19deb60cb8f15f193dff799c1  libwpe-1.10.0.tar.xz
-sha256  2415e270d45e3595ed4052bc105f733744dc2d3677e12ff4a831e5029841084d  libwpe-1.10.0.tar.xz
+# From https://wpewebkit.org/releases/libwpe-1.10.1.tar.xz.sums
+md5  f60fc13b519a66d262afb76c77441870  libwpe-1.10.1.tar.xz
+sha1  1a8085b9a172d37e952c07bbb09b1654d4161ab2  libwpe-1.10.1.tar.xz
+sha256  a327b3ffcf2356dbe8148c1db4bbdc5359d7e7163d177f67551a8393b144adf0  libwpe-1.10.1.tar.xz
 
 # Hashes for license files:
 sha256  35bef295cedbbf179eaee14328002587a0e7dc08ebf3f15ea080a6f2815f0d7b  COPYING
diff --git a/package/libwpe/libwpe.mk b/package/libwpe/libwpe.mk
index 43dc201f54..6396fe696d 100644
--- a/package/libwpe/libwpe.mk
+++ b/package/libwpe/libwpe.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBWPE_VERSION = 1.10.0
+LIBWPE_VERSION = 1.10.1
 LIBWPE_SITE = https://wpewebkit.org/releases
 LIBWPE_SOURCE = libwpe-$(LIBWPE_VERSION).tar.xz
 LIBWPE_INSTALL_STAGING = YES
-- 
2.32.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] libwpe: bump to version 1.10.1
  2021-06-11 14:40 [Buildroot] [PATCH 1/1] libwpe: bump to version 1.10.1 Adrian Perez de Castro
@ 2021-06-20 16:39 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-06-20 16:39 UTC (permalink / raw)
  To: buildroot



On 11/06/2021 16:40, Adrian Perez de Castro wrote:
> This minor release fixes a build issue when Meson is running under
> a version of Python older than 3.6; release notes:
> 
>   https://wpewebkit.org/release/libwpe-1.10.1.html
> 
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/libwpe/libwpe.hash | 8 ++++----
>  package/libwpe/libwpe.mk   | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/libwpe/libwpe.hash b/package/libwpe/libwpe.hash
> index 66fd168dc3..200b6c2798 100644
> --- a/package/libwpe/libwpe.hash
> +++ b/package/libwpe/libwpe.hash
> @@ -1,7 +1,7 @@
> -# From https://wpewebkit.org/releases/libwpe-1.10.0.tar.xz.sums
> -md5  269ecb60d4ef80a0877d25a5828c8b82  libwpe-1.10.0.tar.xz
> -sha1  b3f48a48b0401da19deb60cb8f15f193dff799c1  libwpe-1.10.0.tar.xz
> -sha256  2415e270d45e3595ed4052bc105f733744dc2d3677e12ff4a831e5029841084d  libwpe-1.10.0.tar.xz
> +# From https://wpewebkit.org/releases/libwpe-1.10.1.tar.xz.sums
> +md5  f60fc13b519a66d262afb76c77441870  libwpe-1.10.1.tar.xz
> +sha1  1a8085b9a172d37e952c07bbb09b1654d4161ab2  libwpe-1.10.1.tar.xz
> +sha256  a327b3ffcf2356dbe8148c1db4bbdc5359d7e7163d177f67551a8393b144adf0  libwpe-1.10.1.tar.xz
>  
>  # Hashes for license files:
>  sha256  35bef295cedbbf179eaee14328002587a0e7dc08ebf3f15ea080a6f2815f0d7b  COPYING
> diff --git a/package/libwpe/libwpe.mk b/package/libwpe/libwpe.mk
> index 43dc201f54..6396fe696d 100644
> --- a/package/libwpe/libwpe.mk
> +++ b/package/libwpe/libwpe.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBWPE_VERSION = 1.10.0
> +LIBWPE_VERSION = 1.10.1
>  LIBWPE_SITE = https://wpewebkit.org/releases
>  LIBWPE_SOURCE = libwpe-$(LIBWPE_VERSION).tar.xz
>  LIBWPE_INSTALL_STAGING = YES
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-20 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 14:40 [Buildroot] [PATCH 1/1] libwpe: bump to version 1.10.1 Adrian Perez de Castro
2021-06-20 16:39 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.