package/libite: bump version to v2.4.1
Upstream now supplies sha256 hashes, so drop upstream md5 and locally computed sha256 in favor of that. The hash for LICENSE has changed due to the copyright years and author last name being updated. The hash for chomp.c and pidfile.c has been changed due to copyright years and author last name being updated, as well as doxygen comments being added to the files. Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
49381c4f59
commit
73eb9e9d36
@ -1,8 +1,7 @@
|
||||
# From https://github.com/troglobit/libite/releases/download/v2.2.0/libite-2.2.0.tar.xz.md5
|
||||
md5 8533ab27d0d4a7c745f11925907795a9 libite-2.2.0.tar.xz
|
||||
# Upstream .sha256 from GitHub
|
||||
sha256 8fad6b8a1e7e0d6b546863104dfe25dfe0bb2d2a9b98ec8e155d23392ef58514 libite-2.4.1.tar.xz
|
||||
|
||||
# Locally calculated
|
||||
sha256 3fdeb48ea3d9220f91111ed7a68e1e68edfc70346d0108a49bab73a47a7dd761 libite-2.2.0.tar.xz
|
||||
sha256 a8a7506c64ce46a58c17838b0f678f8c2567d71869402f97d19460ddec4882f5 LICENSE
|
||||
sha256 89053891d46d04a21d4a492f68038703e179986baffa458201810f4222b57427 src/chomp.c
|
||||
sha256 a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d src/pidfile.c
|
||||
sha256 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f LICENSE
|
||||
sha256 c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14 src/chomp.c
|
||||
sha256 bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918 src/pidfile.c
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBITE_VERSION = 2.2.0
|
||||
LIBITE_VERSION = 2.4.1
|
||||
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