summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-11-05 20:21:19 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-11-05 20:21:19 (GMT)
commita63908439a9d30487494494dc28ba0cf8d52dc3c (patch)
tree1094c92f589f8e1c23879f71a4f40f1489565d8e
parent62e1252cf4126f6f819f833a2bc239b69d7c34b9 (diff)
downloadmxe-a63908439a9d30487494494dc28ba0cf8d52dc3c.zip
mxe-a63908439a9d30487494494dc28ba0cf8d52dc3c.tar.gz
mxe-a63908439a9d30487494494dc28ba0cf8d52dc3c.tar.bz2
update package boost
-rw-r--r--index.html2
-rw-r--r--src/boost.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d4cdf66..69941fe 100644
--- a/index.html
+++ b/index.html
@@ -960,7 +960,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="boost-package">boost</td>
- <td id="boost-version">1.51.0</td>
+ <td id="boost-version">1.52.0</td>
<td id="boost-website"><a href="http://www.boost.org/">Boost C++ Library</a></td>
</tr>
<tr>
diff --git a/src/boost.mk b/src/boost.mk
index ae5e40d..483429d 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -3,7 +3,7 @@
PKG := boost
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 52ef06895b97cc9981b8abf1997c375ca79f30c5
+$(PKG)_CHECKSUM := cddd6b4526a09152ddc5db856463eaa1dc29c5d9
$(PKG)_SUBDIR := boost_$(subst .,_,$($(PKG)_VERSION))
$(PKG)_FILE := boost_$(subst .,_,$($(PKG)_VERSION)).tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/boost/boost/$($(PKG)_VERSION)/$($(PKG)_FILE)