Skip to content

Commit 8de5398

Browse files
committed
Update zlib to v2.1.4
1 parent d9d7b3d commit 8de5398

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ the requirements.
4949
| Library | Version | Release Date |
5050
|---|:---:|:---:|
5151
| [icu](http://site.icu-project.org) | 73.2 | 2023-06-12 |
52-
| [zlib](https://github.com/zlib-ng/zlib-ng) | 2.1.3 | 2023-06-29 |
52+
| [zlib](https://github.com/zlib-ng/zlib-ng) | 2.1.4 | 2023-10-19 |
5353
| [brotli](https://github.com/google/brotli) | 1.1.0 | 2023-08-31 |
5454
| [libressl](https://www.libressl.org) | 3.8.0 | 2023-05-26 |
5555
| [nghttp2](https://nghttp2.org) | 1.57.0 | 2023-10-10 |

ports/zlib/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
set(VERSION 2.1.3)
1+
set(VERSION 2.1.4)
22

33
# Get archive
44
vcpkg_download_distfile(ARCHIVE
55
URLS "https://github.com/zlib-ng/zlib-ng/archive/refs/tags/${VERSION}.zip"
66
FILENAME "zlib-ng-${VERSION}.zip"
7-
SHA512 17e32a3a5401b31fa21dced7816a8acdc5726562329c5b486a42ded92ff3857b5d92ee98ec3ea0488ba7aa94fd9b3fc9b2243cd0514c7c2be8eb9f4346c4cdb4
7+
SHA512 f1001edff3fd8d763825175860d3298df9d235afe4442d6e53116398033a2412a59efe2434002bb99989710fb6dc1db181bb18e585c7786415518ada65805b93
88
)
99

1010
# Extract archive

ports/zlib/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zlib",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "A compression library",
55
"homepage": "https://github.com/zlib-ng/zlib-ng",
66
"license": "Zlib",

0 commit comments

Comments
 (0)