From f238ead6f17952ceb31d38dfec5efac66a1ef10e Mon Sep 17 00:00:00 2001 From: Mike Banon Date: Sun, 13 Dec 2020 23:01:56 +0300 Subject: tint: update the archive from 0.04+nmu1 to 0.05 Old archive is not available anymore. The tint sources inside the new archive are the same (something changed in a debian subdirectory but we aren't using it), so a libpayload_tint.patch is still valid. Signed-off-by: Mike Banon Change-Id: If556fac7d1d8379a022f59ed6aee1450b7bc5aa7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48616 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- payloads/external/tint/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'payloads') diff --git a/payloads/external/tint/Makefile b/payloads/external/tint/Makefile index 9473c02c57..e57132c8e3 100644 --- a/payloads/external/tint/Makefile +++ b/payloads/external/tint/Makefile @@ -1,5 +1,5 @@ -project_url=https://mirror.fsf.org/trisquel/pool/main/t/tint/tint_0.04+nmu1.tar.gz -archive_name=tint_0.04+nmu1.tar.gz +project_url=https://mirror.fsf.org/trisquel/pool/main/t/tint/tint_0.05.tar.xz +archive_name=tint_0.05.tar.xz unexport KCONFIG_AUTOHEADER unexport KCONFIG_AUTOCONFIG @@ -26,7 +26,7 @@ download: test -d tint || { wget $(project_url); \ tar -xvf $(archive_name); \ rm $(archive_name); \ - mv tint-0.04+nmu1 tint; } + mv tint-0.05 tint; } clean: test -d tint && $(MAKE) -C tint clean || exit 0 -- cgit v1.2.3