Files
buildroot/package/libmodplug/libmodplug.mk
Yann E. MORIN 6f71f481f7 package/libmodplug: use a full-length hash as version
Commit 369ff9a88f (package/libmodplug: update to git version)
improperly used a short hash as version, so switch to the full-length
hash.

Github use the full-length hash when it creates the top-level directory
of the generated archive, so the hash of the archive does not in fact
change, only its filename. This is perfectly fine fine our handling of
s.b.o.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 80e94c76169fd15d2433b18a9e54d6a4f3c4ff18)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-10-13 17:03:47 +02:00

18 lines
663 B
Makefile

################################################################################
#
# libmodplug
#
################################################################################
LIBMODPLUG_VERSION = d1b97ed0020bc620a059d3675d1854b40bd2608d
LIBMODPLUG_SITE = $(call github,Konstanty,libmodplug,$(LIBMODPLUG_VERSION))
LIBMODPLUG_INSTALL_STAGING = YES
LIBMODPLUG_LICENSE = Public Domain
LIBMODPLUG_LICENSE_FILES = COPYING
LIBMODPLUG_CPE_ID_VENDOR = konstanty_bialkowski
# Our version is actually newer than this, but having this allows to
# not have reports about CVEs for versions older than 0.8.9.0.
LIBMODPLUG_CPE_ID_VERSION = 0.8.9.0
$(eval $(cmake-package))