[miniz] Update to 3.0.2 (#29102)

* Update miniz to 3.0.2

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
chausner 2023-01-24 09:45:37 +01:00 committed by GitHub
parent c4e4436f94
commit 89fe1e9a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 21 deletions

View File

@ -1,13 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f12435b..edee1f4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -163,7 +163,7 @@ if(NOT BUILD_HEADER_ONLY)
if(INSTALL_PROJECT)
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/miniz.pc
- DESTINATION ${CMAKE_INSTALL_DATADIR}/pkgconfig)
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
endif()
endif()

View File

@ -1,11 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO richgel999/miniz
REF 2.2.0
SHA512 0bb2b0ac627715b90ff9fd69ca8958a0bea387bd7ddf5c200daba953b98ef788092e3009842f4f123234e85570159250c8897a30c1c1f2d4dea9bca9837f6111
REF 3.0.2
SHA512 426054403121f84a2ac365f7545b35fb217b41061aebaffce483568d3d374d453ab87987c599a85f1f745e0ec7144a3181ed9b100f354e2823f165ba286b0611
HEAD_REF master
PATCHES
fix-pkgconfig-location.patch
)
vcpkg_cmake_configure(

View File

@ -1,9 +1,9 @@
{
"name": "miniz",
"version": "2.2.0",
"port-version": 1,
"version": "3.0.2",
"description": "Single C source file zlib-replacement library",
"homepage": "https://github.com/richgel999/miniz",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -4997,8 +4997,8 @@
"port-version": 2
},
"miniz": {
"baseline": "2.2.0",
"port-version": 1
"baseline": "3.0.2",
"port-version": 0
},
"minizip": {
"baseline": "1.2.13",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3bc5e6266f184934f9701339f472db510bb7a1e4",
"version": "3.0.2",
"port-version": 0
},
{
"git-tree": "49751d73421ae465b278aea471d6c8903837697c",
"version": "2.2.0",