diff --git a/ports/ethindp-prism/portfile.cmake b/ports/ethindp-prism/portfile.cmake index a88ab0863f19de..ca480d4b5f5853 100644 --- a/ports/ethindp-prism/portfile.cmake +++ b/ports/ethindp-prism/portfile.cmake @@ -4,8 +4,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ethindp/prism - REF v0.7.1 - SHA512 7a412110cd0d5da23eafc78a979cfd7fdcfddef6d8ecc6a370afbf93914d41bf8b7a87cd8e0d44cd84b6b2c1d9de0621c0214892cef057c8f6c3c3424ecfb7b5 + REF v0.10.0 + SHA512 ad66a6152dae17734795256794f5e31e5ecba9e6b492b642f062e80b3d58b687d95e28378d5f57b4ee69a597ec434b31b2ca9e0c46ed32c84885225b21d32728 HEAD_REF master ) vcpkg_check_features( @@ -20,6 +20,7 @@ vcpkg_cmake_configure( -DPRISM_ENABLE_TESTS=OFF -DPRISM_ENABLE_DEMOS=OFF -DPRISM_ENABLE_LINTING=OFF + -DPRISM_ENABLE_GDEXTENSION=OFF -DPRISM_ENABLE_VCPKG_SPECIFIC_OPTIONS=ON ${FEATURE_OPTIONS} ) diff --git a/ports/ethindp-prism/vcpkg.json b/ports/ethindp-prism/vcpkg.json index 5473311aabb86b..66b6386c2022a6 100644 --- a/ports/ethindp-prism/vcpkg.json +++ b/ports/ethindp-prism/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ethindp-prism", - "version": "0.7.1", + "version": "0.10.0", "description": "The Platform-agnostic Reader Interface for Speech and Messages", "license": "MPL-2.0", "supports": "!uwp", diff --git a/versions/baseline.json b/versions/baseline.json index 99402984f4a60b..84bf405f81cef0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2833,7 +2833,7 @@ "port-version": 3 }, "ethindp-prism": { - "baseline": "0.7.1", + "baseline": "0.10.0", "port-version": 0 }, "etl": { diff --git a/versions/e-/ethindp-prism.json b/versions/e-/ethindp-prism.json index c1cc7cca40f333..0db4f5aceebc64 100644 --- a/versions/e-/ethindp-prism.json +++ b/versions/e-/ethindp-prism.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "57de6d59fc8897b9638c1b635412561eaf0a396b", + "version": "0.10.0", + "port-version": 0 + }, { "git-tree": "0974dbeb11d1091d1c2ff0a4eb5c18e806cc19b4", "version": "0.7.1",