All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cog: bump to version 0.3.1
@ 2019-07-04  9:01 Adrian Perez de Castro
  2019-07-05  6:21 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Perez de Castro @ 2019-07-04  9:01 UTC (permalink / raw)
  To: buildroot

Update the packge 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>
---
 package/cog/cog.hash | 6 ++++--
 package/cog/cog.mk   | 5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/package/cog/cog.hash b/package/cog/cog.hash
index 3aec4ca378..18b53e4ee4 100644
--- a/package/cog/cog.hash
+++ b/package/cog/cog.hash
@@ -1,5 +1,7 @@
-# Locally generated
-sha256 755c68029bbd05a17784262e56021362740783d15868dab9402a125ef35eedaf  cog-0.3.0.tar.gz
+# From https://github.com/Igalia/cog/releases/tag/v0.3.1
+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:
 sha256 e6c42d93c68b292bcccf6d2ec3e13da85df90b718ba27c2c2a01053a9d009252  COPYING
diff --git a/package/cog/cog.mk b/package/cog/cog.mk
index 98b0aa6f7a..615d6664df 100644
--- a/package/cog/cog.mk
+++ b/package/cog/cog.mk
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-COG_VERSION = 0.3.0
-COG_SITE = $(call github,Igalia,cog,v$(COG_VERSION))
+COG_VERSION = 0.3.1
+COG_SITE = https://github.com/Igalia/cog/releases/download/v$(COG_VERSION)
+COG_SOURCE = cog-$(COG_VERSION).tar.xz
 COG_INSTALL_STAGING = YES
 COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo
 COG_LICENSE = MIT
-- 
2.22.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/cog: bump to version 0.3.1
  2019-07-04  9:01 [Buildroot] [PATCH 1/1] package/cog: bump to version 0.3.1 Adrian Perez de Castro
@ 2019-07-05  6:21 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-07-05  6:21 UTC (permalink / raw)
  To: buildroot

>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:

 > Update the packge 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>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-05  6:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-04  9:01 [Buildroot] [PATCH 1/1] package/cog: bump to version 0.3.1 Adrian Perez de Castro
2019-07-05  6:21 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.