From bad6153c6a4fa9d4cd7a0d197ef67725f9e0af5e Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 8 Jan 2023 19:48:28 +0100 Subject: [PATCH] deps: fix broken `p7zip` url (#48176) (cherry picked from commit f6b5157eb5d0c490dff7ee2d0c284a8b04cd62d9) --- deps/p7zip.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/p7zip.mk b/deps/p7zip.mk index 8c0d11d74a061..13f0dd55c332d 100644 --- a/deps/p7zip.mk +++ b/deps/p7zip.mk @@ -3,7 +3,7 @@ ifneq ($(USE_BINARYBUILDER_P7ZIP),1) $(SRCCACHE)/p7zip-$(P7ZIP_VER).tar.gz: | $(SRCCACHE) - $(JLDOWNLOAD) $@ https://github.com/jinfeihan57/p7zip/archive/refs/tags/v$(P7ZIP_VER).tar.gz + $(JLDOWNLOAD) $@ https://github.com/p7zip-project/p7zip/archive/refs/tags/v$(P7ZIP_VER).tar.gz $(BUILDDIR)/p7zip-$(P7ZIP_VER)/source-extracted: $(SRCCACHE)/p7zip-$(P7ZIP_VER).tar.gz $(JLCHECKSUM) $<