Skip to content

Commit

Permalink
Update boost to 1.69
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed May 24, 2019
1 parent c264752 commit e678ec3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 90 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Notable changes to the FreeOrionSDK project will be documented in this file.

## v11 - TBA

- Update boost version to 1.68
- Update boost version to 1.69
- Update python-cmake-buildsystem from c3b8d532242efed85fb3cd77b0e39e424b6db475
to 501869c2b124552dae669d5fd6b7e7101a7cc30c.
- Pin Docker image to a stable and more recent base image
Expand Down
4 changes: 2 additions & 2 deletions Sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ set(GLEW_VERSION 2.1.0)
set(GLEW_URL http://downloads.sourceforge.net/project/glew/glew/${GLEW_VERSION}/glew-${GLEW_VERSION}.tgz)
set(GLEW_MD5 b2ab12331033ddfaa50dc39345343980)

set(BOOST_VERSION 1.68.0)
set(BOOST_VERSION 1.69.0)
string(REPLACE "." "_" BOOST_VERSION_ ${BOOST_VERSION})
set(BOOST_URL http://downloads.sourceforge.net/project/boost/boost/${BOOST_VERSION}/boost_${BOOST_VERSION_}.tar.gz)
set(BOOST_MD5 5d8b4503582fffa9eefdb9045359c239)
set(BOOST_MD5 b50944c0c13f81ce2c006802a1186f5a)

This file was deleted.

This file was deleted.

0 comments on commit e678ec3

Please sign in to comment.