Skip to content

Commit

Permalink
Merge pull request #118 from cubicdaiya/feature_mod_pcre_url
Browse files Browse the repository at this point in the history
Update PCRE download URL prefix to new repository
  • Loading branch information
catatsuy authored Jan 6, 2024
2 parents 8453178 + 4d5ec99 commit 78a1e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78a1e6c

Please sign in to comment.