Skip to content

Commit

Permalink
miniz: update to v3.0.2 (#692)
Browse files Browse the repository at this point in the history
Update `miniz` package to the currently latest release 3.0.2.

Release:
https://github.com/richgel999/miniz/releases/tag/3.0.2
  • Loading branch information
NeroBurner authored Oct 11, 2023
1 parent 44d1921 commit b5bc3d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ hunter_default_version(magnum VERSION 2019.01)
hunter_default_version(md5 VERSION 1.6)
hunter_default_version(meshoptimizer VERSION 0.16-86740c2-p0)
hunter_default_version(mini_chromium VERSION 0.0.1-p2)
hunter_default_version(miniz VERSION 2.1.0-5ebed82-p0)
hunter_default_version(miniz VERSION 3.0.2)
hunter_default_version(minizip VERSION 1.0.1-p3)
hunter_default_version(mkl VERSION 20190502)
hunter_default_version(mkldnn VERSION 0.19-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/miniz/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ hunter_add_version(
cabba521a61b9af353e197e74c1fa00307f33241
)

hunter_add_version(
PACKAGE_NAME
miniz
VERSION
3.0.2
URL
"https://github.com/richgel999/miniz/archive/refs/tags/3.0.2.tar.gz"
SHA1
4eca6e106380929fbd808d6170a2f1a63ad6165e
)

hunter_cmake_args(
miniz
CMAKE_ARGS
Expand Down

0 comments on commit b5bc3d8

Please sign in to comment.