mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/giflib: update tarball URL
Upstream moved all tarballs to new locations: https://sourceforge.net/p/giflib/bugs/190/ Fixes: https://autobuild.buildroot.net/results/c7f/c7f918fe7c879706c5a5875ea11c5f8b57007a85/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d690060618
commit
ea698142bd
@@ -1,4 +1,4 @@
|
||||
# From http://sourceforge.net/projects/giflib/files
|
||||
# From https://sourceforge.net/projects/giflib/files/giflib-5.x/
|
||||
md5 913dd251492134e235ee3c9a91987a4d giflib-5.2.2.tar.gz
|
||||
sha1 608ba98d2dd8d03dfa7476f434d57de50a33e10b giflib-5.2.2.tar.gz
|
||||
# Locally computed
|
||||
|
||||
@@ -4,8 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GIFLIB_VERSION = 5.2.2
|
||||
GIFLIB_SITE = http://downloads.sourceforge.net/project/giflib
|
||||
GIFLIB_VERSION_MAJOR = 5
|
||||
GIFLIB_VERSION = $(GIFLIB_VERSION_MAJOR).2.2
|
||||
GIFLIB_SITE = https://sourceforge.net/projects/giflib/files/giflib-$(GIFLIB_VERSION_MAJOR).x
|
||||
GIFLIB_INSTALL_STAGING = YES
|
||||
GIFLIB_LICENSE = MIT
|
||||
GIFLIB_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user