package/libconfuse: use current upstream URL

https://github.com/martinh/libconfuse/ now redirects to
/libconfuse/libconfuse/, so use that instead in .mk and help text.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Peter Korsgaard
2025-07-07 16:15:29 +02:00
committed by Julien Olivain
parent fd6e64ad54
commit cf8ccddaa2
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ config BR2_PACKAGE_LIBCONFUSE
environment variable expansion, functions and nested include
statements.
https://github.com/martinh/libconfuse/
https://github.com/libconfuse/libconfuse

View File

@@ -6,7 +6,7 @@
LIBCONFUSE_VERSION = 3.3
LIBCONFUSE_SOURCE = confuse-$(LIBCONFUSE_VERSION).tar.xz
LIBCONFUSE_SITE = https://github.com/martinh/libconfuse/releases/download/v$(LIBCONFUSE_VERSION)
LIBCONFUSE_SITE = https://github.com/libconfuse/libconfuse/releases/download/v$(LIBCONFUSE_VERSION)
LIBCONFUSE_INSTALL_STAGING = YES
LIBCONFUSE_CONF_OPTS = --disable-rpath
LIBCONFUSE_LICENSE = ISC