mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/libdex: bump to version 0.10.1
This is a bugfix release which includes a few improvements and fixes leaks of Unix signal futures. Release notes: https://gitlab.gnome.org/GNOME/libdex/-/blob/0.10.1/NEWS Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
8b0bb89640
commit
8f427b78a9
@@ -1,5 +1,5 @@
|
||||
# From https://download.gnome.org/sources/libdex/0.10/libdex-0.10.0.sha256sum
|
||||
sha256 98a69626aa7646ad455bea7a7f92d2a1ffa47e4559a154a1bfe98c16fa711ee1 libdex-0.10.0.tar.xz
|
||||
# From https://download.gnome.org/sources/libdex/0.10/libdex-0.10.1.sha256sum
|
||||
sha256 7472e88090db2b228307505edeba4483e872681340cb0404ae64ac3da5bed0a6 libdex-0.10.1.tar.xz
|
||||
|
||||
# License files
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
# The middle number is even for stable releases, odd for development ones.
|
||||
LIBDEX_VERSION_MAJOR = 0.10
|
||||
LIBDEX_VERSION = $(LIBDEX_VERSION_MAJOR).0
|
||||
LIBDEX_VERSION = $(LIBDEX_VERSION_MAJOR).1
|
||||
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