package/leafnode2: bump version to 2.0.0.alpha202301

Rebased patch.

Updated license hash due to upstream refresh of the license file:
37442bbb7d

Switched project URLs to gitlab.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls
2023-06-11 12:56:58 +02:00
committed by Thomas Petazzoni
parent 8a55a0bf8e
commit b335bd18a0
4 changed files with 11 additions and 18 deletions

View File

@@ -4,12 +4,12 @@
#
################################################################################
LEAFNODE2_VERSION = 2.0.0.alpha20140727b
LEAFNODE2_SOURCE = leafnode-$(LEAFNODE2_VERSION).tar.bz2
LEAFNODE2_SITE = http://krusty.dt.e-technik.tu-dortmund.de/~ma/leafnode/beta
LEAFNODE2_VERSION = ce7d3b13fb285c9fb7bffc382ea10fd41e12582d
LEAFNODE2_SITE = $(call gitlab,leafnode-2,leafnode-2,$(LEAFNODE2_VERSION))
LEAFNODE2_LICENSE = LGPL-2.1
LEAFNODE2_LICENSE_FILES = COPYING COPYING.LGPL
LEAFNODE2_DEPENDENCIES = host-pcre pcre
LEAFNODE2_AUTORECONF = YES
LEAFNODE2_CONF_ENV = \
PCRECONFIG="$(STAGING_DIR)/usr/bin/pcre-config"