From 2a213a5d6bafbc522143a01fc3f2528557928b73 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Sat, 25 Feb 2012 08:49:27 +0100 Subject: [PATCH] update package boost --- src/boost.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boost.mk b/src/boost.mk index 9896fc96..494b1150 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -4,8 +4,8 @@ # Boost C++ Library PKG := boost $(PKG)_IGNORE := -$(PKG)_VERSION := 1.48.0 -$(PKG)_CHECKSUM := 27aced5086e96c6f7b2b684bda2bd515e115da35 +$(PKG)_VERSION := 1.49.0 +$(PKG)_CHECKSUM := 26a52840e9d12f829e3008589abf0a925ce88524 $(PKG)_SUBDIR := boost_$(subst .,_,$($(PKG)_VERSION)) $(PKG)_FILE := boost_$(subst .,_,$($(PKG)_VERSION)).tar.bz2 $(PKG)_WEBSITE := http://www.boost.org/