diff options
| author | J-Human <justinleeong@gmail.com> | 2021-09-17 23:03:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 08:03:41 -0700 |
| commit | 03b5bebb3c8f4aa287edbef27d1735b084558feb (patch) | |
| tree | bee2df260eadb9d596ba0f934e3353ff0820fe96 /ports | |
| parent | d6150f960cd5f102ae46f27c1f39369cf30da8ae (diff) | |
| download | vcpkg-03b5bebb3c8f4aa287edbef27d1735b084558feb.tar.gz vcpkg-03b5bebb3c8f4aa287edbef27d1735b084558feb.zip | |
[discord-game-sdk] use updated domain name (#20153)
* [discord-game-sdk] use updated domain name for copyright notice
* [discord-game-sdk] use new domain name for JSON data
* [discord-game-sdk] update version sha
* [discord-game-sdk] update JSON field and port version
* [discord-game-sdk] update versions
* [discord-game-sdk] update port git tree sha
* [discord-game-sdk] remove unneeded version increment
* [discord-game-sdk] remove the other commit sha
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/discord-game-sdk/copyright | 2 | ||||
| -rw-r--r-- | ports/discord-game-sdk/vcpkg.json | 6 |
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" } |
