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 | |
| 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>
| -rw-r--r-- | ports/discord-game-sdk/copyright | 2 | ||||
| -rw-r--r-- | ports/discord-game-sdk/vcpkg.json | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/d-/discord-game-sdk.json | 5 |
4 files changed, 10 insertions, 5 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" } diff --git a/versions/baseline.json b/versions/baseline.json index 1e8fd9aac..141a6ac4c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1794,7 +1794,7 @@ }, "discord-game-sdk": { "baseline": "2.5.6", - "port-version": 2 + "port-version": 3 }, "discord-rpc": { "baseline": "3.4.0", diff --git a/versions/d-/discord-game-sdk.json b/versions/d-/discord-game-sdk.json index dd1408dd8..d1768f170 100644 --- a/versions/d-/discord-game-sdk.json +++ b/versions/d-/discord-game-sdk.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "4ddd26248ed26eb2676c96330e8ae5a0c3f82a3d", + "version": "2.5.6", + "port-version": 3 + }, + { "git-tree": "17cdcbe9e20da2ed085fc2de181ae426d62f2609", "version-string": "2.5.6", "port-version": 2 |
