aboutsummaryrefslogtreecommitdiff
path: root/ports/freealut
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-09-17 17:20:57 +0200
committerGitHub <noreply@github.com>2021-09-17 08:20:57 -0700
commit66dc12b3fa1863bf60afe75f2cfdd41298e52ee5 (patch)
tree97c854b2bc6e784a5f41def106f9c336ebb14490 /ports/freealut
parent8a943f71ffb6d99ac8800b71172d4eff2d0c6df4 (diff)
downloadvcpkg-66dc12b3fa1863bf60afe75f2cfdd41298e52ee5.tar.gz
vcpkg-66dc12b3fa1863bf60afe75f2cfdd41298e52ee5.zip
many-ports: Update supports field (#20053)
* many-ports: Update supports field * Fix several "version-string"s. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/freealut')
-rw-r--r--ports/freealut/vcpkg.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/freealut/vcpkg.json b/ports/freealut/vcpkg.json
index fe3830674..81739956c 100644
--- a/ports/freealut/vcpkg.json
+++ b/ports/freealut/vcpkg.json
@@ -1,12 +1,13 @@
{
"name": "freealut",
- "version-string": "1.1.0",
+ "version": "1.1.0",
+ "port-version": 1,
"description": [
"FreeALUT is a free implementation of OpenAL's ALUT standard.",
"ALUT is a set of portable functions which remove the annoying details of getting an audio application started. It is the OpenAL counterpart of what GLUT is for OpenGL. "
],
"homepage": "https://github.com/vancegroup/freealut",
- "supports": "!uwp & !arm & !arm64",
+ "supports": "!uwp",
"dependencies": [
"openal-soft",
{