Skip to content

Commit

Permalink
[toolchain] Fix SquashFS download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bittor7x0 committed Jan 26, 2024
1 parent b8652a1 commit d234438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/hostutils-make-incs/squashfs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SQUASHFS_HOSTFILE := squashfs$(SQUASHFS_HOSTVERSION).tar.gz
SQUASHFS_HOSTDLFILE := $(DOWNLOAD_DIR)/$(SQUASHFS_HOSTFILE)

SQUASHFS_HOSTPATCHES_DIR := $(PATCHES_DIR)/squashfs/$(SQUASHFS_HOSTVERSION)
SQUASHFS_HOSTURL := http://distfiles.gentoo.org/distfiles/$(SQUASHFS_HOSTFILE)
SQUASHFS_HOSTURL := https://sourceforge.net/projects/squashfs/files/OldFiles/squashfs$(SQUASHFS_HOSTVERSION)/$(SQUASHFS_HOSTFILE)/download
SQUASHFS_HOSTDIR := $(HOSTUTILS_BUILD_DIR)/squashfs$(SQUASHFS_HOSTVERSION)

CLEAN_RULES += clean-squashfs-host
Expand Down

0 comments on commit d234438

Please sign in to comment.