package/libdex: bump to version 1.0.0

This is the first release considered feature-complete, and despite the
ceremonious version number, it mainly includes fixes and API additions
providing improved ergonomics.

  https://gitlab.gnome.org/GNOME/libdex/-/blob/1.0.0/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:
Adrian Perez de Castro
2025-09-22 19:22:39 +03:00
committed by Julien Olivain
parent 79a489c683
commit 9ca5434350
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# From https://download.gnome.org/sources/libdex/0.10/libdex-0.10.1.sha256sum
sha256 7472e88090db2b228307505edeba4483e872681340cb0404ae64ac3da5bed0a6 libdex-0.10.1.tar.xz
# From https://download.gnome.org/sources/libdex/1.0/libdex-1.0.0.sha256sum
sha256 7b8f5c5db3796e14e12e10422e2356766ba830b92815fee70bbc867b5b207f5d libdex-1.0.0.tar.xz
# License files
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING

View File

@@ -5,8 +5,8 @@
################################################################################
# The middle number is even for stable releases, odd for development ones.
LIBDEX_VERSION_MAJOR = 0.10
LIBDEX_VERSION = $(LIBDEX_VERSION_MAJOR).1
LIBDEX_VERSION_MAJOR = 1.0
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+