Skip to content

Commit

Permalink
Merge 4e1c25d into 5c26efb
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Feb 19, 2019
2 parents 5c26efb + 4e1c25d commit ff86b07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions distrib/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 18.2.8)
set(PACKAGE_VERSION 18.3.4)

# Git tag for our library

set(GIT_TAG v18.2.8)
set(GIT_TAG v18.3.4)

# Specify where our local package will be installed

Expand All @@ -32,9 +32,9 @@ if(USE_PREBUILT_MESA_PACKAGE)
RELATIVE_PROJECT_SOURCE_DIR "${PROJECT_SOURCE_DIR}/${REMOTE_EXTERNAL_PACKAGE_DIR}")

retrieve_package_file(${PACKAGE_NAME} ${PACKAGE_VERSION}
${RELATIVE_PROJECT_SOURCE_DIR} 8caeac7734935529ce880aed1d799e2208a3c856
${RELATIVE_PROJECT_SOURCE_DIR} febd1f5343d8106b5a1b27fa26022698f0827a95
SHA1_FILES ${SHA1_FILES}
SHA1_VALUES 9542db2ad4e6c427d01ee061b01cf2971ea3c50f)
SHA1_VALUES 65ad9049bfe22070ad006d10479686ff57fe2f1f)
else()
# Build Mesa as an external project

Expand Down
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://riverbankcomputing.com/software/qscintilla/intro\">QScintilla</a> to version 2.11.1 (see issue <a href=\"https://github.com/opencor/opencor/issues/1983\">#1983</a>)." }
{ "change": "<strong>Third-party libraries:</strong> upgraded <a href=\"https://riverbankcomputing.com/software/qscintilla/intro\">QScintilla</a> to version 2.11.1 (see issue <a href=\"https://github.com/opencor/opencor/issues/1983\">#1983</a>). Upgraded <a href=\"https://www.mesa3d.org/\">Mesa</a> to version 18.3.4 (see issue <a href=\"https://github.com/opencor/opencor/issues/1994\">#1994</a>)." }
]
},
{ "major": 0, "minor": 5, "patch": 0, "day": 15, "month": 10, "year": 2016, "type": 0, "license": 1,
Expand Down

0 comments on commit ff86b07

Please sign in to comment.