Skip to content

Commit

Permalink
Update zlib to version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Aug 19, 2023
1 parent 7201f0a commit 7f78294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/zlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def __init__(self):
Project.__init__(
self,
"zlib",
version="1.2.13",
version="1.3",
archive_url="https://github.com/madler/zlib/releases/download/v{version}/zlib-{version}.tar.xz",
hash="d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98",
hash="8a9ba2898e1d0d774eca6ba5b4627a11e5588ba85c8851336eb38de4683050a7",
)

def build(self):
Expand Down

0 comments on commit 7f78294

Please sign in to comment.