[magnum-plugins] fix SHA512 (#30123)

This commit is contained in:
autoantwort 2023-03-13 19:53:14 +01:00 committed by GitHub
parent be97a60701
commit 28e440beea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -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")

View File

@ -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,

View File

@ -4914,7 +4914,7 @@
},
"magnum-plugins": {
"baseline": "2020.06",
"port-version": 9
"port-version": 10
},
"mailio": {
"baseline": "0.21.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3f087961f6f29a588e562a66946d7738eb752129",
"version-string": "2020.06",
"port-version": 10
},
{
"git-tree": "ae3a76715d2ec3df78dcf40450ac381b607b7738",
"version-string": "2020.06",