Skip to content

Commit f6b5157

Browse files
authored
deps: fix broken p7zip url (#48176)
1 parent 2f51851 commit f6b5157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/p7zip.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include $(SRCDIR)/p7zip.version
44
ifneq ($(USE_BINARYBUILDER_P7ZIP),1)
55

66
$(SRCCACHE)/p7zip-$(P7ZIP_VER).tar.gz: | $(SRCCACHE)
7-
$(JLDOWNLOAD) $@ https://github.com/jinfeihan57/p7zip/archive/refs/tags/v$(P7ZIP_VER).tar.gz
7+
$(JLDOWNLOAD) $@ https://github.com/p7zip-project/p7zip/archive/refs/tags/v$(P7ZIP_VER).tar.gz
88

99
$(BUILDDIR)/p7zip-$(P7ZIP_VER)/source-extracted: $(SRCCACHE)/p7zip-$(P7ZIP_VER).tar.gz
1010
$(JLCHECKSUM) $<

0 commit comments

Comments
 (0)