aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/discord-game-sdk/copyright2
-rw-r--r--ports/discord-game-sdk/vcpkg.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/discord-game-sdk/copyright b/ports/discord-game-sdk/copyright
index 6e0e2e914..78b9e4fbf 100644
--- a/ports/discord-game-sdk/copyright
+++ b/ports/discord-game-sdk/copyright
@@ -1 +1 @@
-Your use of the GameSDK is bound by the Discord Developer Terms of Service, whose text is available online at https://discordapp.com/developers/docs/legal.
+Your use of the GameSDK is bound by the Discord Developer Terms of Service, whose text is available online at https://discord.com/developers/docs/legal.
diff --git a/ports/discord-game-sdk/vcpkg.json b/ports/discord-game-sdk/vcpkg.json
index 0532cec36..3a35dc459 100644
--- a/ports/discord-game-sdk/vcpkg.json
+++ b/ports/discord-game-sdk/vcpkg.json
@@ -1,8 +1,8 @@
{
"name": "discord-game-sdk",
- "version-string": "2.5.6",
- "port-version": 2,
+ "version": "2.5.6",
+ "port-version": 3,
"description": "The Discord GameSDK is an easy drop-in SDK to help you manage all the hard things that come with making a game.",
- "homepage": "https://discordapp.com/developers/docs/game-sdk/sdk-starter-guide",
+ "homepage": "https://discord.com/developers/docs/game-sdk/sdk-starter-guide",
"supports": "((x64 & (windows | osx | linux)) | (x86 & windows)) & !uwp & !static"
}