diff --git a/builder/const.go b/builder/const.go index ba84d86..b9a7fb6 100644 --- a/builder/const.go +++ b/builder/const.go @@ -9,7 +9,7 @@ const ( // pcre const ( PcreVersion = "10.42" - PcreDownloadURLPrefix = "https://github.com/PhilipHazel/pcre2/releases/download" + PcreDownloadURLPrefix = "https://github.com/PCRE2Project/pcre2/releases/download" ) // openssl