diff --git a/ports/ableton-link/vcpkg.json b/ports/ableton-link/vcpkg.json index 805564c576..463aabaf71 100644 --- a/ports/ableton-link/vcpkg.json +++ b/ports/ableton-link/vcpkg.json @@ -1,6 +1,7 @@ { "name": "ableton-link", "version": "3.0.6", + "port-version": 1, "description": "Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.", "homepage": "https://www.ableton.com/en/link/", "documentation": "http://ableton.github.io/link/", @@ -19,12 +20,14 @@ "features": { "coretest": { "description": "Build LinkCoreTest suite", + "supports": "!uwp", "dependencies": [ "catch2" ] }, "discoverytest": { "description": "Build LinkDiscoveryTest suite", + "supports": "!uwp", "dependencies": [ "catch2" ] @@ -39,7 +42,8 @@ ] }, "hutsilent": { - "description": "Build LinkHutSilent command line tool" + "description": "Build LinkHutSilent command line tool", + "supports": "!uwp" } } } diff --git a/versions/a-/ableton-link.json b/versions/a-/ableton-link.json index 7707f5f9b3..54d3152a5e 100644 --- a/versions/a-/ableton-link.json +++ b/versions/a-/ableton-link.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e88d1fcc5959b44924c1bec7ae3b5535327f41ef", + "version": "3.0.6", + "port-version": 1 + }, { "git-tree": "eb603bd61d919dd4db44c901c00e47198fe186c5", "version": "3.0.6", diff --git a/versions/baseline.json b/versions/baseline.json index d4270260e5..0602ba5a22 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -14,7 +14,7 @@ }, "ableton-link": { "baseline": "3.0.6", - "port-version": 0 + "port-version": 1 }, "abseil": { "baseline": "20230802.0",