Skip to content

Commit

Permalink
Change url scheme to https (#26835)
Browse files Browse the repository at this point in the history
Similarly to #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 and ViralBShah committed Apr 19, 2018
1 parent 69e559d commit e98bc23
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 e98bc23

Please sign in to comment.