Skip to content

Commit

Permalink
[magnum-plugins] fix SHA512 (#30123)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Mar 13, 2023
1 parent be97a60 commit 28e440b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/magnum-plugins/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ if("basisimporter" IN_LIST FEATURES OR "basisimageconverter" IN_LIST FEATURES)
# A commit that's before the UASTC support (which is not implemented yet)
vcpkg_download_distfile(
_BASIS_UNIVERSAL_PATCHES
URLS "https://github.com/BinomialLLC/basis_universal/commit/e9c55faac7745ebf38d08cd3b4f71aaf542f8191.diff"
URLS "https://github.com/BinomialLLC/basis_universal/commit/e9c55faac7745ebf38d08cd3b4f71aaf542f8191.diff?full_index=1"
FILENAME "e9c55faac7745ebf38d08cd3b4f71aaf542f8191.patch"
SHA512 e5dda11de2ba8cfd39728e69c74a7656bb522e509786fe5673c94b26be9bd4bee897510096479ee6323f5276d34cba1c44c60804a515c0b35ff7b6ac9d625b88
SHA512 1121d5fa6cce617cfc393b48ac13f21e7f977522746702b3968f5fc86c58de6a3b91e4371692e8566747a975cb46de5421ab1cf635d3904fd74c07bbdfcaa78e
)
set(_BASIS_VERSION "8565af680d1bd2ad56ab227ca7d96c56dfbe93ed")
set(_BASIS_SHA512 "65062ab3ba675c46760f56475a7528189ed4097fb9bab8316e25d9e23ffec2a9560eb9a6897468baf2a6ab2bd698b5907283e96deaeaef178085a47f9d371bb2")
Expand Down
2 changes: 1 addition & 1 deletion ports/magnum-plugins/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "magnum-plugins",
"version-string": "2020.06",
"port-version": 9,
"port-version": 10,
"description": "Plugins for magnum, C++11/C++14 graphics middleware for games and data visualization",
"homepage": "https://magnum.graphics/",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4914,7 +4914,7 @@
},
"magnum-plugins": {
"baseline": "2020.06",
"port-version": 9
"port-version": 10
},
"mailio": {
"baseline": "0.21.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/magnum-plugins.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3f087961f6f29a588e562a66946d7738eb752129",
"version-string": "2020.06",
"port-version": 10
},
{
"git-tree": "ae3a76715d2ec3df78dcf40450ac381b607b7738",
"version-string": "2020.06",
Expand Down

0 comments on commit 28e440b

Please sign in to comment.