Skip to content

Commit

Permalink
[deps] Update PCRE2 URL (JuliaLang#43884) (JuliaLang#44047)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9769024)

Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
ararslan and giordano committed Feb 6, 2022
1 parent 7ecbfa9 commit bf53498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/pcre.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PCRE_CFLAGS := -O3
PCRE_LDFLAGS := $(RPATH_ESCAPED_ORIGIN)

$(SRCCACHE)/pcre2-$(PCRE_VER).tar.bz2: | $(SRCCACHE)
$(JLDOWNLOAD) $@ https://ftp.pcre.org/pub/pcre/pcre2-$(PCRE_VER).tar.bz2
$(JLDOWNLOAD) $@ https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$(PCRE_VER)/pcre2-$(PCRE_VER).tar.bz2

$(SRCCACHE)/pcre2-$(PCRE_VER)/source-extracted: $(SRCCACHE)/pcre2-$(PCRE_VER).tar.bz2
$(JLCHECKSUM) $<
Expand Down

0 comments on commit bf53498

Please sign in to comment.