From 0dd1fddb4ca843a37211a28c0a4cf7d95582ca2b Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Fri, 9 May 2025 11:59:01 +0200 Subject: [PATCH] package/libsndfile: update project home page url The libsndfile package homepage url [1] points to an old site in which the last update is for version 1.0.28 (April 2 2017). This site does not seem to be maintained anymore. This commit updates the libsndfile homepage url to [2]. [1] http://www.mega-nerd.com/libsndfile/ [2] https://libsndfile.github.io/libsndfile/ Signed-off-by: Julien Olivain Signed-off-by: Peter Korsgaard (cherry picked from commit 8bfdd3305e8db9ebe37b183b318e8f66478f8cae) Signed-off-by: Thomas Perale --- package/libsndfile/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libsndfile/Config.in b/package/libsndfile/Config.in index 4ccf937691..6fdc7fbd6c 100644 --- a/package/libsndfile/Config.in +++ b/package/libsndfile/Config.in @@ -5,4 +5,4 @@ config BR2_PACKAGE_LIBSNDFILE containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. - http://www.mega-nerd.com/libsndfile/ + https://libsndfile.github.io/libsndfile/