summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-02-14 17:12:07 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-02-14 17:12:07 (GMT)
commit863d4321a5103100a36c231639e631c0de74228c (patch)
treea45ef621fd78d8908391ed53463c5ac10e57858f
parentacee3d7939beade4c93c7eb77fce7befd46b5166 (diff)
downloadmxe-863d4321a5103100a36c231639e631c0de74228c.zip
mxe-863d4321a5103100a36c231639e631c0de74228c.tar.gz
mxe-863d4321a5103100a36c231639e631c0de74228c.tar.bz2
update version of packages binutils and boost
-rw-r--r--src/binutils.mk2
-rw-r--r--src/boost.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/binutils.mk b/src/binutils.mk
index f730cfd..4107dcf 100644
--- a/src/binutils.mk
+++ b/src/binutils.mk
@@ -2,7 +2,7 @@
# http://mingw.sourceforge.net/
PKG := binutils
-$(PKG)_VERSION := 2.19
+$(PKG)_VERSION := 2.19.1-mingw32
$(PKG)_SUBDIR := binutils-$(firstword $(subst -, ,$($(PKG)_VERSION)))
$(PKG)_FILE := binutils-$($(PKG)_VERSION)-src.tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/mingw/$($(PKG)_FILE)
diff --git a/src/boost.mk b/src/boost.mk
index 475fb3e..96cf226 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -2,7 +2,7 @@
# http://www.boost.org/
PKG := boost
-$(PKG)_VERSION := 1_37_0
+$(PKG)_VERSION := 1_38_0
$(PKG)_SUBDIR := boost_$($(PKG)_VERSION)
$(PKG)_FILE := boost_$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/boost/$($(PKG)_FILE)