diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-08-31 01:28:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 10:28:34 -0700 |
| commit | 1cb7c21fe31803a63cf1b06325b295b4ad703c13 (patch) | |
| tree | e53db88aa96d6ba68e8b6e795ac5ea45ca4c6775 /ports/mesa | |
| parent | 29916bbee5c3c60e1af197c5bcb747877ea4921a (diff) | |
| download | vcpkg-1cb7c21fe31803a63cf1b06325b295b4ad703c13.tar.gz vcpkg-1cb7c21fe31803a63cf1b06325b295b4ad703c13.zip | |
[Mesa] update to 21.2.0 (#19612)
* [Mesa] update to 21.2.0
* update verison
Diffstat (limited to 'ports/mesa')
| -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)", |
