Skip to content

Commit

Permalink
package/szip: update SZIP_SITE
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
wbx-github authored and tpetazzoni committed Aug 27, 2024
1 parent 62ccb5b commit 1802166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/szip/szip.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1802166

Please sign in to comment.