Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ports/ethindp-prism/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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}
)
Expand Down
2 changes: 1 addition & 1 deletion ports/ethindp-prism/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2833,7 +2833,7 @@
"port-version": 3
},
"ethindp-prism": {
"baseline": "0.7.1",
"baseline": "0.10.0",
"port-version": 0
},
"etl": {
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/ethindp-prism.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "57de6d59fc8897b9638c1b635412561eaf0a396b",
"version": "0.10.0",
"port-version": 0
},
{
"git-tree": "0974dbeb11d1091d1c2ff0a4eb5c18e806cc19b4",
"version": "0.7.1",
Expand Down
Loading