diff mbox series

[PATCH/next] package/cog: bump to version 0.14.1

Message ID 20220906114435.604442-1-aperez@igalia.com
State Accepted
Headers show
Series [PATCH/next] package/cog: bump to version 0.14.1 | expand

Commit Message

Adrian Perez de Castro Sept. 6, 2022, 11:44 a.m. UTC
This is a small bugfix release which solves a coupld of build issues.
Release notes:

  https://wpewebkit.org/release/cog-0.14.1.html

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

Comments

Yann E. MORIN Sept. 8, 2022, 8:01 a.m. UTC | #1
Adrian, All,

On 2022-09-06 14:44 +0300, Adrian Perez de Castro spake thusly:
> This is a small bugfix release which solves a coupld of build issues.
> Release notes:
> 
>   https://wpewebkit.org/release/cog-0.14.1.html
> 
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>

Applied to next, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/cog/cog.hash | 8 ++++----
>  package/cog/cog.mk   | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/cog/cog.hash b/package/cog/cog.hash
> index 3fd480c2a8..aa128d73d8 100644
> --- a/package/cog/cog.hash
> +++ b/package/cog/cog.hash
> @@ -1,7 +1,7 @@
> -# From https://wpewebkit.org/releases/cog-0.14.0.tar.xz.sums
> -md5  2352aaba1a4ff31b1d1fb559c4941a01  cog-0.14.0.tar.xz
> -sha1  2da37ea6c25e45425aa80de4a129484ee226dd96  cog-0.14.0.tar.xz
> -sha256  e23936f1ce350ea5ea6fa0709b63d34776b05709388aed9c6cf3fdc41299de9f  cog-0.14.0.tar.xz
> +# From https://wpewebkit.org/releases/cog-0.14.1.tar.xz.sums
> +md5  69d72ac046a0fc485ea7b61b96e7e7fc  cog-0.14.1.tar.xz
> +sha1  6236972b0ae0bce38a0a017610f161b349723862  cog-0.14.1.tar.xz
> +sha256  fb91104e25e1dde27189c91c70acc356e387f47acebaa8997e01ce5879c3a600  cog-0.14.1.tar.xz
>  
>  # Hashes for license files:
>  sha256  e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252  COPYING
> diff --git a/package/cog/cog.mk b/package/cog/cog.mk
> index 348c17c336..5f7abcab1f 100644
> --- a/package/cog/cog.mk
> +++ b/package/cog/cog.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -COG_VERSION = 0.14.0
> +COG_VERSION = 0.14.1
>  COG_SITE = https://wpewebkit.org/releases
>  COG_SOURCE = cog-$(COG_VERSION).tar.xz
>  COG_INSTALL_STAGING = YES
> -- 
> 2.37.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/cog/cog.hash b/package/cog/cog.hash
index 3fd480c2a8..aa128d73d8 100644
--- a/package/cog/cog.hash
+++ b/package/cog/cog.hash
@@ -1,7 +1,7 @@ 
-# From https://wpewebkit.org/releases/cog-0.14.0.tar.xz.sums
-md5  2352aaba1a4ff31b1d1fb559c4941a01  cog-0.14.0.tar.xz
-sha1  2da37ea6c25e45425aa80de4a129484ee226dd96  cog-0.14.0.tar.xz
-sha256  e23936f1ce350ea5ea6fa0709b63d34776b05709388aed9c6cf3fdc41299de9f  cog-0.14.0.tar.xz
+# From https://wpewebkit.org/releases/cog-0.14.1.tar.xz.sums
+md5  69d72ac046a0fc485ea7b61b96e7e7fc  cog-0.14.1.tar.xz
+sha1  6236972b0ae0bce38a0a017610f161b349723862  cog-0.14.1.tar.xz
+sha256  fb91104e25e1dde27189c91c70acc356e387f47acebaa8997e01ce5879c3a600  cog-0.14.1.tar.xz
 
 # Hashes for license files:
 sha256  e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252  COPYING
diff --git a/package/cog/cog.mk b/package/cog/cog.mk
index 348c17c336..5f7abcab1f 100644
--- a/package/cog/cog.mk
+++ b/package/cog/cog.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-COG_VERSION = 0.14.0
+COG_VERSION = 0.14.1
 COG_SITE = https://wpewebkit.org/releases
 COG_SOURCE = cog-$(COG_VERSION).tar.xz
 COG_INSTALL_STAGING = YES