diff --git a/ports/zint/portfile.cmake b/ports/zint/portfile.cmake index 9d32a2b384..3cabc1e01f 100644 --- a/ports/zint/portfile.cmake +++ b/ports/zint/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO zint/zint REF ${VERSION} - SHA512 70838fdc88aa8e157ce8a0099fe1184b98c8e5fd0a980a8ecdb40d7e4cbf1519b99a2326ffe7a1b3272dc58aa20fafa06fa0d3e6fb26f445eaa59b4b20be18cc + SHA512 819d1f91186106acf7dacada85b69e409358e3d39ad9b714297d00168c76d363f92c12c57ca8b11bc08fbe2c078ed4ac5c0cfc0e3e6391048acafa59b662c098 HEAD_REF master ) @@ -26,7 +26,7 @@ vcpkg_cmake_configure( ) vcpkg_cmake_install() -vcpkg_cmake_config_fixup() +vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/zint) vcpkg_copy_pdbs() vcpkg_copy_tools(TOOL_NAMES zint AUTO_CLEAN) diff --git a/ports/zint/vcpkg.json b/ports/zint/vcpkg.json index 19ed5cdf20..6c410fcc55 100644 --- a/ports/zint/vcpkg.json +++ b/ports/zint/vcpkg.json @@ -1,6 +1,6 @@ { "name": "zint", - "version": "2.15.0", + "version": "2.16.0", "description": "A barcode encoding library supporting over 50 symbologies", "homepage": "https://github.com/zint/zint", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 852821c0bc..e5004f083d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -10925,7 +10925,7 @@ "port-version": 1 }, "zint": { - "baseline": "2.15.0", + "baseline": "2.16.0", "port-version": 0 }, "zix": { diff --git a/versions/z-/zint.json b/versions/z-/zint.json index 44fd4bb1b0..63ecd7f048 100644 --- a/versions/z-/zint.json +++ b/versions/z-/zint.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b96939e1e327516044be9cf6cc7767380e5a87da", + "version": "2.16.0", + "port-version": 0 + }, { "git-tree": "34af8fb2128fa290d00b594c08e9cbedf6db5543", "version": "2.15.0",