]> Git Repo - buildroot-mgba.git/commitdiff
package/pcre2: update _SITE url
authorJulien Olivain <[email protected]>
Sun, 12 Mar 2023 09:22:15 +0000 (10:22 +0100)
committerThomas Petazzoni <[email protected]>
Sun, 12 Mar 2023 12:32:07 +0000 (13:32 +0100)
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 <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/pcre2/pcre2.mk

index aba378cab6b540dcaf16155806deae38d1381253..c35056f8a2639c0e921a3cd5d7d3a958fb50a053 100644 (file)
@@ -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
This page took 0.037553 seconds and 4 git commands to generate.