diff --git a/doc/downloads/index.js b/doc/downloads/index.js index 58bf3d8c48..e7aac30dc8 100644 --- a/doc/downloads/index.js +++ b/doc/downloads/index.js @@ -40,7 +40,7 @@ var jsonData = { "versions": [ { "change": "Python support: make it possible to retrieve the type of a DataStoreVariable object (see issue #2336)." }, { "change": "CellML Annotation view: use the new identifiers.org platform (see issue #2190)." }, { "change": "Simulation Experiment view: fixed a couple of GUI glitches (see issue #2332)." }, - { "change": "Third-party libraries: upgraded QScintilla to version 2.11.4 (see issue #2307). Upgraded Mesa to version 20.0.2 (see issue #2311). Upgraded LLVM+Clang to version 10.0.0 (see issue #2314). Upgraded the SUNDIALS library to version 5.2.0 (see issue #2322). Upgraded the OpenSSL library to version 1.1.1g (see issue #2326). Upgraded jQuery to version 3.5.1 (see issue #2338). Upgraded libgit2 to version 1.0.0 (see issue #2340)." } + { "change": "Third-party libraries: upgraded QScintilla to version 2.11.4 (see issue #2307). Upgraded LLVM+Clang to version 10.0.0 (see issue #2314). Upgraded the SUNDIALS library to version 5.2.0 (see issue #2322). Upgraded the OpenSSL library to version 1.1.1g (see issue #2326). Upgraded jQuery to version 3.5.1 (see issue #2338). Upgraded libgit2 to version 1.0.0 (see issue #2340). Upgraded Mesa to version 20.0.7 (see issue #2342)." } ] }, { "major": 0, "minor": 5, "patch": 0, "day": 15, "month": 10, "year": 2016, "type": 0, "license": 1, diff --git a/src/3rdparty/linux/mesa/CMakeLists.txt b/src/3rdparty/linux/mesa/CMakeLists.txt index 95bb5d9715..8e581ee9f3 100644 --- a/src/3rdparty/linux/mesa/CMakeLists.txt +++ b/src/3rdparty/linux/mesa/CMakeLists.txt @@ -3,11 +3,11 @@ project(Mesa) # Name and version of our package set(PACKAGE_NAME Mesa) -set(PACKAGE_VERSION 20.0.2) +set(PACKAGE_VERSION 20.0.7) # Git tag for our library -set(GIT_TAG v20.0.2) +set(GIT_TAG v20.0.7) # Specify where our local package will be installed @@ -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} 941ca2742a206bbb7daa3dfb7d48da010375a4ca + ${FULL_LOCAL_EXTERNAL_PACKAGE_DIR} 048f7f231355caa810218066cee4062655d3a9c2 SHA1_FILES ${SHA1_FILES} - SHA1_VALUES bc6c900d0025df50cda37ccca673076d9640063a) + SHA1_VALUES ab0a4e49490c1454c9870279f94d56f0bf99a1b0) else() # Build Mesa as an external project