mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/libdex: bump to version 0.10.0
On top of a few small features, this release has a few build system improvements, and in particular improves checking for libatomic and libucontext. https://gitlab.gnome.org/GNOME/libdex/-/blob/0.10.0/NEWS Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
6541717ef9
commit
10720c036e
@@ -1,5 +1,5 @@
|
||||
# From https://download.gnome.org/sources/libdex/0.8/libdex-0.8.1.sha256sum
|
||||
sha256 955475ad3e43aabd6f6f70435264b5ee77bd265bd95545211fee026b08d378a0 libdex-0.8.1.tar.xz
|
||||
# From https://download.gnome.org/sources/libdex/0.10/libdex-0.10.0.sha256sum
|
||||
sha256 98a69626aa7646ad455bea7a7f92d2a1ffa47e4559a154a1bfe98c16fa711ee1 libdex-0.10.0.tar.xz
|
||||
|
||||
# License files
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
# The middle number is even for stable releases, odd for development ones.
|
||||
LIBDEX_VERSION_MAJOR = 0.8
|
||||
LIBDEX_VERSION = $(LIBDEX_VERSION_MAJOR).1
|
||||
LIBDEX_VERSION_MAJOR = 0.10
|
||||
LIBDEX_VERSION = $(LIBDEX_VERSION_MAJOR).0
|
||||
LIBDEX_SOURCE = libdex-$(LIBDEX_VERSION).tar.xz
|
||||
LIBDEX_SITE = https://download.gnome.org/sources/libdex/$(LIBDEX_VERSION_MAJOR)
|
||||
LIBDEX_LICENSE = LGPL-2.1+
|
||||
|
||||
Reference in New Issue
Block a user