From 1e9d99edcdb4883ae734ee1444d9e2d20a6cc8cf Mon Sep 17 00:00:00 2001 From: Brian Broderick Date: Tue, 17 Apr 2018 18:58:16 +0000 Subject: [PATCH] Change url scheme to https Similarly to #26757, update the url scheme for this download to use https instead of http (which has started to 301 redirect) --- deps/patchelf.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/patchelf.mk b/deps/patchelf.mk index 552e48a941442..89ad1daf3b4cb 100644 --- a/deps/patchelf.mk +++ b/deps/patchelf.mk @@ -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) $<