[usd] Fix hash after repository redirect (#32279)

This commit is contained in:
Michael 2023-06-29 23:35:57 +02:00 committed by GitHub
parent 8602701c9d
commit e48cf9488f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -14,9 +14,9 @@ string(REGEX REPLACE "^([0-9]+)[.]([0-9])\$" "\\1.0\\2" USD_VERSION "${VERSION}"
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO PixarAnimationStudios/USD
REPO PixarAnimationStudios/OpenUSD
REF "v${USD_VERSION}"
SHA512 fd3e7a90f837a5d016d94be34747b2c1daed3f01f252e4b1aa5cb195f32acaecca9373b8f5c7be9c235148f04b0afa47da9462b357ef1dd1e11cf20a7225ae66
SHA512 6669191c3497e244c958949b62a749958ab01e8e1edc7b3476d59c31395e147acf6f4ba7aae069c5ceab7fe2eb321e81e4e5f66beb72814be36e0fec98d3d034
HEAD_REF master
PATCHES
fix_build-location.patch

View File

@ -1,7 +1,7 @@
{
"name": "usd",
"version": "23.5",
"port-version": 2,
"port-version": 3,
"description": "Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications.",
"homepage": "https://github.com/PixarAnimationStudios/USD",
"license": null,

View File

@ -8326,7 +8326,7 @@
},
"usd": {
"baseline": "23.5",
"port-version": 2
"port-version": 3
},
"usockets": {
"baseline": "0.8.6",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a589441a5a488b6ad5d797ae17dab850b8b03620",
"version": "23.5",
"port-version": 3
},
{
"git-tree": "b5cb814be5a5aec9d600aeb98cd2126f407ca062",
"version": "23.5",