From f8a4972a9a46738e57b66d1434f074ecfe8adc07 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Fri, 25 Feb 2022 01:21:59 +0200 Subject: [PATCH] package/cog: bump to version 0.12.1 This is a minor release which fixes an installation path and a crash with certain Wayland compositors. Release notes can be found at: https://wpewebkit.org/release/cog-0.12.1.html Signed-off-by: Adrian Perez de Castro Signed-off-by: Peter Korsgaard --- 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 6a9af1845d..839b12e619 100644 --- a/package/cog/cog.hash +++ b/package/cog/cog.hash @@ -1,7 +1,7 @@ -# From https://wpewebkit.org/releases/cog-0.12.0.tar.xz.sums -md5 30d6f68914af0ba5c32ac14df504215a cog-0.12.0.tar.xz -sha1 de367b33fb45a1bca9e443ca5c1d6cae3833d759 cog-0.12.0.tar.xz -sha256 aad413a8aaf15d400d70f9c909a28b92b138f7b0c0d825978de8788d0d75208a cog-0.12.0.tar.xz +# From https://wpewebkit.org/releases/cog-0.12.1.tar.xz.sums +md5 25a80a5a8a52b8873933a128151b8928 cog-0.12.1.tar.xz +sha1 3b9f67bc23cd9e3db2221366d6cde4ca0b06b811 cog-0.12.1.tar.xz +sha256 23caaafa2ef5c2f6a97d467fcce908ea71087ad03b72deb9280225c0dd561c91 cog-0.12.1.tar.xz # Hashes for license files: sha256 e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252 COPYING diff --git a/package/cog/cog.mk b/package/cog/cog.mk index 606374d9c3..2f6ef402fb 100644 --- a/package/cog/cog.mk +++ b/package/cog/cog.mk @@ -4,7 +4,7 @@ # ################################################################################ -COG_VERSION = 0.12.0 +COG_VERSION = 0.12.1 COG_SITE = https://wpewebkit.org/releases COG_SOURCE = cog-$(COG_VERSION).tar.xz COG_INSTALL_STAGING = YES