package/cog: bump to version 0.3.1
Update the package to version 0.3.1, which includes build improvements. In particular, it now uses wayland-scanner to generate Wayland protocol code instead of shipping pre-generated files. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f627a6db3d
commit
45ab7fa4e6
@ -1,5 +1,7 @@
|
|||||||
# Locally generated
|
# From https://github.com/Igalia/cog/releases/tag/v0.3.1
|
||||||
sha256 755c68029bbd05a17784262e56021362740783d15868dab9402a125ef35eedaf cog-0.3.0.tar.gz
|
md5 65bb078aad576b8402f973234e86cc82 cog-0.3.1.tar.xz
|
||||||
|
sha1 d73b060618f342accb12db71a7578940c2243d4c cog-0.3.1.tar.xz
|
||||||
|
sha256 ca7eae333cc02b947ec3d657a2090f01a9b08f9fabb855a585472edafbd9e7eb cog-0.3.1.tar.xz
|
||||||
|
|
||||||
# Hashes for license files:
|
# Hashes for license files:
|
||||||
sha256 e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252 COPYING
|
sha256 e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252 COPYING
|
||||||
|
@ -4,8 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
COG_VERSION = 0.3.0
|
COG_VERSION = 0.3.1
|
||||||
COG_SITE = $(call github,Igalia,cog,v$(COG_VERSION))
|
COG_SITE = https://github.com/Igalia/cog/releases/download/v$(COG_VERSION)
|
||||||
|
COG_SOURCE = cog-$(COG_VERSION).tar.xz
|
||||||
COG_INSTALL_STAGING = YES
|
COG_INSTALL_STAGING = YES
|
||||||
COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo
|
COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo
|
||||||
COG_LICENSE = MIT
|
COG_LICENSE = MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user