package/libite: bump version to v2.5.2
Changes: - Add printf format attribute hint to all vararg functions. This will help users of these functions by telling CC what to look for Fixes: - Fix fisdir() segfault on GNU/Hurd - Fix touch() on Debian/kFreeBSD, use creat() instead of mknod() Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d0cbd53ac4
commit
fbd9382597
@ -1,5 +1,5 @@
|
||||
# Upstream .sha256 from GitHub
|
||||
sha256 5278fa0ca933727c78f4e05082cea58256d9302afac30bad0c3760cf2a18ef8f libite-2.5.1.tar.xz
|
||||
sha256 baa9bf9931427ef5e9ddfc5b72139981047a8d0d3c03a534d9716de38cf18bb5 libite-2.5.2.tar.xz
|
||||
|
||||
# Locally calculated
|
||||
sha256 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBITE_VERSION = 2.5.1
|
||||
LIBITE_VERSION = 2.5.2
|
||||
LIBITE_SOURCE = libite-$(LIBITE_VERSION).tar.xz
|
||||
LIBITE_SITE = https://github.com/troglobit/libite/releases/download/v$(LIBITE_VERSION)
|
||||
LIBITE_LICENSE = MIT, X11, ISC, BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user