Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Commit

Permalink
Change url scheme to https
Browse files Browse the repository at this point in the history
Similarly to JuliaLang#26757, update the url scheme for this download to use https instead of http (which has started to 301 redirect)
  • Loading branch information
bribroder authored Apr 17, 2018
1 parent c0e6b5b commit 4b5cb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/patchelf.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## patchelf ##

$(SRCCACHE)/patchelf-$(PATCHELF_VER).tar.gz: | $(SRCCACHE)
$(JLDOWNLOAD) $@ http://nixos.org/releases/patchelf/patchelf-$(PATCHELF_VER)/patchelf-$(PATCHELF_VER).tar.gz
$(JLDOWNLOAD) $@ https://nixos.org/releases/patchelf/patchelf-$(PATCHELF_VER)/patchelf-$(PATCHELF_VER).tar.gz

$(SRCCACHE)/patchelf-$(PATCHELF_VER)/source-extracted: $(SRCCACHE)/patchelf-$(PATCHELF_VER).tar.gz
$(JLCHECKSUM) $<
Expand Down

0 comments on commit 4b5cb5d

Please sign in to comment.