Skip to content

Commit

Permalink
(#25294) zlib-ng: add new version 2.2.2
Browse files Browse the repository at this point in the history
Co-authored-by: Ernesto de Gracia Herranz <[email protected]>
  • Loading branch information
toge and ErniGH authored Sep 19, 2024
1 parent d734781 commit 8fd2f21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions recipes/zlib-ng/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"2.2.2":
url: "https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.2.tar.gz"
sha256: "fcb41dd59a3f17002aeb1bb21f04696c9b721404890bb945c5ab39d2cb69654c"
"2.2.1":
url: "https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.1.tar.gz"
sha256: "ec6a76169d4214e2e8b737e0850ba4acb806c69eeace6240ed4481b9f5c57cdf"
Expand Down
2 changes: 1 addition & 1 deletion recipes/zlib-ng/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
class ZlibNgConan(ConanFile):
name = "zlib-ng"
description = "zlib data compression library for the next generation systems"
topics = ("zlib", "compression")
license ="Zlib"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/zlib-ng/zlib-ng/"
topics = ("zlib", "compression")
package_type = "library"
settings = "os", "arch", "compiler", "build_type"
options = {
Expand Down
2 changes: 2 additions & 0 deletions recipes/zlib-ng/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"2.2.2":
folder: all
"2.2.1":
folder: all
"2.1.7":
Expand Down

0 comments on commit 8fd2f21

Please sign in to comment.