Skip to content

Commit e98bc23

Browse files
bribroderViralBShah
authored andcommitted
Change url scheme to https (#26835)
Similarly to #26757, update the url scheme for this download to use https instead of http (which has started to 301 redirect)
1 parent 69e559d commit e98bc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/patchelf.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## patchelf ##
22

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

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

0 commit comments

Comments
 (0)