changeset 229:29c1b87b3293

update version of packages binutils and boost
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 14 Feb 2009 18:12:07 +0100
parents e3d5cebc69ef
children f8290b0be803
files src/binutils.mk src/boost.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/binutils.mk	Mon Feb 09 10:32:46 2009 +0100
+++ b/src/binutils.mk	Sat Feb 14 18:12:07 2009 +0100
@@ -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)
--- a/src/boost.mk	Mon Feb 09 10:32:46 2009 +0100
+++ b/src/boost.mk	Sat Feb 14 18:12:07 2009 +0100
@@ -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)