mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/szip: update SZIP_SITE
Fix broken link. While at it, use $(SZIP_VERSION) inside SZIP_SITE instead of duplicating the version. Fixes: http://autobuild.buildroot.org/results/35d/35d08103bbd0da22a5e111f1f86f28aba7062ee6 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
62ccb5b25d
commit
180216631a
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
SZIP_VERSION = 2.1.1
|
||||
SZIP_SITE = http://www.hdfgroup.org/ftp/lib-external/szip/2.1.1/src
|
||||
SZIP_SITE = https://docs.hdfgroup.org/archive/support/ftp/lib-external/szip/$(SZIP_VERSION)/src
|
||||
SZIP_LICENSE = szip license
|
||||
SZIP_LICENSE_FILES = COPYING
|
||||
SZIP_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user