package/cog: bump to version 0.18.0

Remove no longer supported soup2 config option

We now build webkit with soup3 so we need to set wpe_api to 2.0 to
be compatible.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
James Hilliard 2023-09-08 13:27:14 -06:00 committed by Peter Korsgaard
parent 7906272c39
commit c076f3f1a6
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# From https://wpewebkit.org/releases/cog-0.16.1.tar.xz.sums
md5 1489740db6b4ea568578035c30b8b2f4 cog-0.16.1.tar.xz
sha1 1235203085e7ccd8fc76eab6bdfcdb2e3ae38ea9 cog-0.16.1.tar.xz
sha256 37c5f14123b8dcf077839f6c60f0d721d2a91bb37829e796f420126e6b0d38b5 cog-0.16.1.tar.xz
# From https://wpewebkit.org/releases/cog-0.18.0.tar.xz.sums
md5 9521458c72322e1b2e39e8b1cca93d24 cog-0.18.0.tar.xz
sha1 73ec1684c31de7247ecbd5e852c16cf88416bedd cog-0.18.0.tar.xz
sha256 410bf70f9aa3812db72d75c25cefee421efa0391ab03dc3c37299dfaa388f4fd cog-0.18.0.tar.xz
# Hashes for license files:
sha256 e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252 COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
COG_VERSION = 0.16.1
COG_VERSION = 0.18.0
COG_SITE = https://wpewebkit.org/releases
COG_SOURCE = cog-$(COG_VERSION).tar.xz
COG_INSTALL_STAGING = YES
@ -15,7 +15,7 @@ COG_CONF_OPTS = \
-Ddocumentation=false \
-Dmanpages=false \
-Dprograms=true \
-Dsoup2=enabled \
-Dwpe_api=2.0 \
-Dcog_home_uri='$(call qstrip,$(BR2_PACKAGE_COG_PROGRAMS_HOME_URI))' \
-Dplatforms='$(subst $(space),$(comma),$(strip $(COG_PLATFORMS_LIST)))'