package/libite: bump version to v2.5.3

Fixes, from https://github.com/troglobit/libite/releases/tag/v2.5.3

 - rsync() does not copy single files correctly
 - copyfile() does not handle empty source files correctly (error)
 - copyfile() does not properly create destination dir

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2023.05.x
Joachim Wiberg 2023-04-08 07:24:34 +02:00 committed by Arnout Vandecappelle
parent 40db6955df
commit be44dcf695
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Upstream .sha256 from GitHub
sha256 baa9bf9931427ef5e9ddfc5b72139981047a8d0d3c03a534d9716de38cf18bb5 libite-2.5.2.tar.xz
sha256 ca086adc7ebf0c2ebf2ed7a6787f9567fb802db8583576228dd5dd5ddfb7bb97 libite-2.5.3.tar.xz
# Locally calculated
sha256 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
LIBITE_VERSION = 2.5.2
LIBITE_VERSION = 2.5.3
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