Skip to content

Commit

Permalink
Merge b719477 into 9fdcb0c
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Mar 22, 2020
2 parents 9fdcb0c + b719477 commit 2939a06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/downloads/index.js
Expand Up @@ -37,7 +37,7 @@ var jsonData = { "versions": [
}
],
"changes": [
{ "change": "<strong>Third-party libraries:</strong> upgraded <a href=\"https://mesa3d.org/\">Mesa</a> to version 20.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/2306\">#2306</a>)." }
{ "change": "<strong>Third-party libraries:</strong> upgraded <a href=\"https://mesa3d.org/\">Mesa</a> to version 20.0.2 (see issue <a href=\"https://github.com/opencor/opencor/issues/2311\">#2311</a>)." }
]
},
{ "major": 0, "minor": 5, "patch": 0, "day": 15, "month": 10, "year": 2016, "type": 0, "license": 1,
Expand Down
8 changes: 4 additions & 4 deletions src/3rdparty/linux/mesa/CMakeLists.txt
Expand Up @@ -3,11 +3,11 @@ project(Mesa)
# Name and version of our package

set(PACKAGE_NAME Mesa)
set(PACKAGE_VERSION 20.0.0)
set(PACKAGE_VERSION 20.0.2)

# Git tag for our library

set(GIT_TAG v20.0.0)
set(GIT_TAG v20.0.2)

# Specify where our local package will be installed

Expand All @@ -30,9 +30,9 @@ if(USE_PREBUILT_MESA_PACKAGE)
# Retrieve the library's package

retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION}
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} db462b14504c8b48550ff2ac0cb10cc039ffd026
${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 941ca2742a206bbb7daa3dfb7d48da010375a4ca
SHA1_FILES ${SHA1_FILES}
SHA1_VALUES bf59b6281a4cbfe884b9c506398dc7e1598b1182)
SHA1_VALUES bc6c900d0025df50cda37ccca673076d9640063a)
else()
# Build Mesa as an external project

Expand Down

0 comments on commit 2939a06

Please sign in to comment.