Skip to content

Commit bad6153

Browse files
t-bltgKristofferC
authored andcommitted
deps: fix broken p7zip url (#48176)
(cherry picked from commit f6b5157)
1 parent e6e3d4c commit bad6153

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
@@ -3,7 +3,7 @@
33
ifneq ($(USE_BINARYBUILDER_P7ZIP),1)
44

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

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

0 commit comments

Comments
 (0)