diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/mesa/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/mesa/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/mesa/portfile.cmake b/ports/mesa/portfile.cmake index 62d02a75d..003924905 100644 --- a/ports/mesa/portfile.cmake +++ b/ports/mesa/portfile.cmake @@ -16,8 +16,8 @@ vcpkg_from_gitlab( GITLAB_URL https://gitlab.freedesktop.org
OUT_SOURCE_PATH SOURCE_PATH
REPO mesa/mesa
- REF mesa-21.1.6
- SHA512 93a44c6a83c03fcf3bbcc650430f8f88f5e4ec001ac982f5359b70c840ed43980ae9734db2ad77ef9bb958187948364f32e601d5a5f0087c7adb990073c33339
+ REF mesa-21.2.0
+ SHA512 4837e42474d69861fbce4fa03d120b56997094d61b3045c417bbab73774dda86e4b7adf54af98585511a3517860c33c77898e6171cd845f760bada4b000ff52d
HEAD_REF master
PATCHES ${PATCHES}
)
diff --git a/ports/mesa/vcpkg.json b/ports/mesa/vcpkg.json index 19167072b..2030dfe0e 100644 --- a/ports/mesa/vcpkg.json +++ b/ports/mesa/vcpkg.json @@ -1,6 +1,6 @@ { "name": "mesa", - "version": "21.1.6", + "version": "21.2.0", "description": "Mesa - The 3D Graphics Library", "homepage": "https://www.mesa3d.org/", "supports": "!(windows & arm)", |
