From: <ai...@us...> - 2014-02-09 20:41:03
|
Revision: 12988 http://sourceforge.net/p/plplot/code/12988 Author: airwin Date: 2014-02-09 20:41:00 +0000 (Sun, 09 Feb 2014) Log Message: ----------- Revert recent version change which was not comprehensively tested for this release. Modified Paths: -------------- trunk/cmake/epa_build/cmake/CMakeLists.txt Modified: trunk/cmake/epa_build/cmake/CMakeLists.txt =================================================================== --- trunk/cmake/epa_build/cmake/CMakeLists.txt 2014-02-09 05:21:49 UTC (rev 12987) +++ trunk/cmake/epa_build/cmake/CMakeLists.txt 2014-02-09 20:41:00 UTC (rev 12988) @@ -61,10 +61,10 @@ # Data that is related to downloads. set(DIR v2.8) -set(VERSION 2.8.12.2) +set(VERSION 2.8.12.1) set(URL http://www.cmake.org/files/${DIR}/cmake-${VERSION}.tar.gz) set(DOWNLOAD_HASH_TYPE MD5) -set(DOWNLOAD_HASH 17c6513483d23590cbce6957ec6d1e66) +set(DOWNLOAD_HASH 9d38cd4e2c94c3cea97d0e2924814acc) ExternalProject_Add( build_${PACKAGE} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |