Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libwpe: switch back to version 1.14.2
@ 2024-01-25 14:41 Adrian Perez de Castro
  2024-01-25 21:11 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Perez de Castro @ 2024-01-25 14:41 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro

The versioning scheme for libwpe uses the middle version number to
indicate stability: an even number for stable releases, odd for
development preview releases. As such, Buildroot should be using
version 1.14.2, which is the most recent of the stable releases.
While at it, add a note in the .mk file about the versioning scheme.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
 package/libwpe/libwpe.hash | 6 +++---
 package/libwpe/libwpe.mk   | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/libwpe/libwpe.hash b/package/libwpe/libwpe.hash
index 226b4f3295..554b1f2b0e 100644
--- a/package/libwpe/libwpe.hash
+++ b/package/libwpe/libwpe.hash
@@ -1,6 +1,6 @@
-# From https://wpewebkit.org/releases/libwpe-1.15.1.tar.xz.sums
-sha1  0082ceb475175bfecd1172f2c0b292824d31561b  libwpe-1.15.1.tar.xz
-sha256  14d36a93a05ab7ada9bec581720b8057336fe681bbbe59bda7d50cb8f3eba3a6  libwpe-1.15.1.tar.xz
+# From https://wpewebkit.org/releases/libwpe-1.14.2.tar.xz.sums
+sha1  70a2b894af2b50d7082260158a89524974a480f3  libwpe-1.14.2.tar.xz
+sha256  8ae38022c50cb340c96fdbee1217f1e46ab57fbc1c8ba98142565abbedbe22ef  libwpe-1.14.2.tar.xz
 
 # Hashes for license files:
 sha256  35bef295cedbbf179eaee14328002587a0e7dc08ebf3f15ea080a6f2815f0d7b  COPYING
diff --git a/package/libwpe/libwpe.mk b/package/libwpe/libwpe.mk
index f8c6b0fc76..1fbdd5fcc3 100644
--- a/package/libwpe/libwpe.mk
+++ b/package/libwpe/libwpe.mk
@@ -4,7 +4,8 @@
 #
 ################################################################################
 
-LIBWPE_VERSION = 1.15.1
+# The middle number is even for stable releases, odd for development ones.
+LIBWPE_VERSION = 1.14.2
 LIBWPE_SITE = https://wpewebkit.org/releases
 LIBWPE_SOURCE = libwpe-$(LIBWPE_VERSION).tar.xz
 LIBWPE_INSTALL_STAGING = YES
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-01-31  8:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 14:41 [Buildroot] [PATCH] package/libwpe: switch back to version 1.14.2 Adrian Perez de Castro
2024-01-25 21:11 ` Peter Korsgaard
2024-01-25 22:33   ` Adrian Perez de Castro
2024-01-26  8:43     ` Peter Korsgaard
2024-01-31  8:26       ` Adrian Perez de Castro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox