Update zlib to v1.3.1 (#3161)

pull/3166/head
Jérôme Leclercq 10 months ago committed by GitHub
parent 8b46de6f9a
commit c2429364a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/z/zlib/xmake.lua

@ -10,6 +10,7 @@ package("zlib")
add_versions("v1.2.12", "d8688496ea40fb61787500e863cc63c9afcbc524468cedeb478068924eb54932")
add_versions("v1.2.13", "1525952a0a567581792613a9723333d7f8cc20b87a81f920fb8bc7e3f2251428")
add_versions("v1.3", "b5b06d60ce49c8ba700e0ba517fa07de80b5d4628a037f4be8ad16955be7a7c0")
add_versions("v1.3.1", "17e88863f3600672ab49182f217281b6fc4d3c762bde361935e436a95214d05c")
add_configs("zutil", {description = "Export zutil.h api", default = false, type = "boolean"})

Loading…
Cancel
Save