From 3de438a55d7ae73845cb3a43588d7a8dc8f62a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Fri, 16 Aug 2024 18:46:48 -0300 Subject: [PATCH] Update Makefile --- libjpeg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libjpeg/Makefile b/libjpeg/Makefile index 0bcebb5..2437fc4 100644 --- a/libjpeg/Makefile +++ b/libjpeg/Makefile @@ -10,7 +10,7 @@ SHORT_DESC = Freely available lossy image compression library (with KOS a DEPENDENCIES = # What files we need to download, and where from. -DOWNLOAD_SITES = http://xijg.org/files \ +DOWNLOAD_SITES = http://ijg.org/files \ https://sources.buildroot.net/libjpeg/ DOWNLOAD_FILES = jpegsrc.v9e.tar.gz