Skip to content

Commit 551f3e1

Browse files
sabtfunikraft-bot
authored andcommitted
Update library version to 1.2.13
Test used: https://github.com/madler/zlib/blob/master/test/example.c Signed-off-by: Patrick Sabanic <patrick.sabanic@tum.de> Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro> Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro> Tested-by: Unikraft CI <monkey@unikraft.io> GitHub-Closes: #4
1 parent c15b73a commit 551f3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.uk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $(eval $(call addlib_s,libzlib,$(CONFIG_LIBZLIB)))
3939
################################################################################
4040
# Original sources
4141
################################################################################
42-
LIBZLIB_VERSION=1.2.12
42+
LIBZLIB_VERSION=1.2.13
4343
LIBZLIB_URL=http://www.zlib.net/zlib-$(LIBZLIB_VERSION).tar.gz
4444
LIBZLIB_DIR=zlib-$(LIBZLIB_VERSION)
4545

0 commit comments

Comments
 (0)