* [Buildroot] [PATCH next 1/1] package/pcre2: update _SITE url
@ 2023-03-12 9:22 Julien Olivain
2023-03-12 12:32 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2023-03-12 9:22 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
The pcre2 url [1] is now redirecting to [2]. This change was
announced in upstream commit [3] which was already included in
pcre2 10.41.
This commit updates the PCRE2_SITE url accordingly. The package
version remains unchanged.
[1] https://github.com/PhilipHazel/pcre2
[2] https://github.com/PCRE2Project/pcre2
[3] https://github.com/PCRE2Project/pcre2/commit/66b3cb34dfe5411cb2bb939a8f4981081815d496
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
package/pcre2/pcre2.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/pcre2/pcre2.mk b/package/pcre2/pcre2.mk
index aba378cab6..c35056f8a2 100644
--- a/package/pcre2/pcre2.mk
+++ b/package/pcre2/pcre2.mk
@@ -5,7 +5,7 @@
################################################################################
PCRE2_VERSION = 10.42
-PCRE2_SITE = https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$(PCRE2_VERSION)
+PCRE2_SITE = https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$(PCRE2_VERSION)
PCRE2_SOURCE = pcre2-$(PCRE2_VERSION).tar.bz2
PCRE2_LICENSE = BSD-3-Clause
PCRE2_LICENSE_FILES = LICENCE
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-12 12:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-12 9:22 [Buildroot] [PATCH next 1/1] package/pcre2: update _SITE url Julien Olivain
2023-03-12 12:32 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.