diff --git a/package/cog/cog.hash b/package/cog/cog.hash index b59b5f4795..d513ae72ba 100644 --- a/package/cog/cog.hash +++ b/package/cog/cog.hash @@ -1,7 +1,7 @@ -# From https://wpewebkit.org/releases/cog-0.18.4.tar.xz.sums -md5 0566ab6676b499ebcff372fbe39e24fc cog-0.18.4.tar.xz -sha1 2d6f88cfb07eaac1be2bf9954832f19f8a856631 cog-0.18.4.tar.xz -sha256 31d7079db2eeed790899d2f1f824dd6a54bf30d072d196d737be572f105d99b1 cog-0.18.4.tar.xz +# From https://wpewebkit.org/releases/cog-0.18.5.tar.xz.sums +md5 3df784f9930353ac4cb2d95fdd56e21d cog-0.18.5.tar.xz +sha1 49a79797fa4d0aa41680095161df7cdb155f8fe9 cog-0.18.5.tar.xz +sha256 0ede9d09ab635ac519beec0543378e3fc51b56561a5fb7aa9c0cbca54c31b97c cog-0.18.5.tar.xz # Hashes for license files: sha256 e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252 COPYING diff --git a/package/cog/cog.mk b/package/cog/cog.mk index 7f680bb700..418ed19d86 100644 --- a/package/cog/cog.mk +++ b/package/cog/cog.mk @@ -4,7 +4,7 @@ # ################################################################################ -COG_VERSION = 0.18.4 +COG_VERSION = 0.18.5 COG_SITE = https://wpewebkit.org/releases COG_SOURCE = cog-$(COG_VERSION).tar.xz COG_INSTALL_STAGING = YES @@ -45,7 +45,10 @@ COG_CONF_OPTS += -Dcog_dbus_control=user endif ifeq ($(BR2_PACKAGE_LIBMANETTE),y) +COG_CONF_OPTS += -Dlibmanette=enabled COG_DEPENDENCIES += libmanette +else +COG_CONF_OPTS += -Dlibmanette=disabled endif $(eval $(meson-package))