From 0326981ab6c79ff1f0cff6ffae03afba832ed584 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 6 May 2024 07:35:37 +0000 Subject: Fix build failures, thanks for changing "perma-"URLs guys Signed-off-by: Laurent Bercot --- sub/e2fsprogs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sub/e2fsprogs/Makefile') diff --git a/sub/e2fsprogs/Makefile b/sub/e2fsprogs/Makefile index eefa8e6..f60c986 100644 --- a/sub/e2fsprogs/Makefile +++ b/sub/e2fsprogs/Makefile @@ -1,9 +1,9 @@ E2FSPROGS_NAME := e2fsprogs E2FSPROGS_VERSION := 1.47.0 -E2FSPROGS_URLDIR := https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/snapshot -E2FSPROGS_TAREXT := tar.gz -E2FSPROGS_TARLETTER := z +E2FSPROGS_URLDIR := https://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v$(E2FSPROGS_VERSION) +E2FSPROGS_TAREXT := tar.xz +E2FSPROGS_TARLETTER := J E2FSPROGS_CONFIGURE_OPTIONS := --with-gnu-ld --disable-gtk-doc-html --with-xz --disable-manpages --with-bashcompletiondir=$(OUTPUT)/build-build/opt/$(E2FSPROGS_NAME)-$(E2FSPROGS_VERSION)/bash-completions E2FSPROGS_CFLAGS := -- cgit v1.2.3