Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/mesa/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}
)
Expand Down
2 changes: 1 addition & 1 deletion ports/mesa/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4041,7 +4041,7 @@
"port-version": 0
},
"mesa": {
"baseline": "21.1.6",
"baseline": "21.2.0",
"port-version": 0
},
"meschach": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mesa.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "931291396b7abd6c8fcdf7d6e995782dfa64bb80",
"version": "21.2.0",
"port-version": 0
},
{
"git-tree": "315d3fe5a64b2a34efeb9caee72c7922bc48c148",
"version": "21.1.6",
Expand Down