Skip to content

Commit

Permalink
deps: fix broken p7zip url (#48176)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Jan 8, 2023
1 parent 2f51851 commit f6b5157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/p7zip.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include $(SRCDIR)/p7zip.version
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) $<
Expand Down

0 comments on commit f6b5157

Please sign in to comment.