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 | |
| 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
| -rw-r--r-- | ports/mesa/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/mesa/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/m-/mesa.json | 5 |
4 files changed, 9 insertions, 4 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)", diff --git a/versions/baseline.json b/versions/baseline.json index 3679e48e2..974f3972c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4057,7 +4057,7 @@ "port-version": 0 }, "mesa": { - "baseline": "21.1.6", + "baseline": "21.2.0", "port-version": 0 }, "meschach": { diff --git a/versions/m-/mesa.json b/versions/m-/mesa.json index ee1f3234a..7d643482e 100644 --- a/versions/m-/mesa.json +++ b/versions/m-/mesa.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "931291396b7abd6c8fcdf7d6e995782dfa64bb80", + "version": "21.2.0", + "port-version": 0 + }, + { "git-tree": "315d3fe5a64b2a34efeb9caee72c7922bc48c148", "version": "21.1.6", "port-version": 0 |
