Skip to content

Commit

Permalink
libzlib download fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-buerkler-enclustra committed Jan 5, 2023
1 parent c999cf0 commit a668a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/libzlib/libzlib.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# From http://www.zlib.net/
sha256 7db46b8d7726232a621befaab4a1c870f00a90805511c0e0090441dac57def18 zlib-1.2.12.tar.xz
sha256 91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9 zlib-1.2.12.tar.gz
# License files, locally calculated
sha256 fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd README
4 changes: 2 additions & 2 deletions package/libzlib/libzlib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
################################################################################

LIBZLIB_VERSION = 1.2.12
LIBZLIB_SOURCE = zlib-$(LIBZLIB_VERSION).tar.xz
LIBZLIB_SITE = http://www.zlib.net
LIBZLIB_SOURCE = zlib-$(LIBZLIB_VERSION).tar.gz
LIBZLIB_SITE = http://www.zlib.net/fossils
LIBZLIB_LICENSE = Zlib
LIBZLIB_LICENSE_FILES = README
LIBZLIB_INSTALL_STAGING = YES
Expand Down

0 comments on commit a668a37

Please sign in to comment.