Pārlūkot izejas kodu

Merge pull request #2145 from ClaymorePT/boost_1

Boost: Version Update -> 1.60
Ted Hess 9 gadus atpakaļ
vecāks
revīzija
e26fc30eb9
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3
    3
      libs/boost/Makefile

+ 3
- 3
libs/boost/Makefile Parādīt failu

@@ -16,14 +16,14 @@ include $(INCLUDE_DIR)/nls.mk
16 16
 include $(INCLUDE_DIR)/target.mk 
17 17
 
18 18
 PKG_NAME:=boost
19
-PKG_VERSION:=1_59_0
20
-PKG_RELEASE:=8
19
+PKG_VERSION:=1_60_0
20
+PKG_RELEASE:=1
21 21
 
22 22
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
23 23
 PKG_SOURCE_URL:=@SF/boost
24 24
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION)
25 25
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)_$(PKG_VERSION)
26
-PKG_MD5SUM:=51528a0e3b33d9e10aaa311d9eb451e3
26
+PKG_MD5SUM:=28f58b9a33469388302110562bdf6188
27 27
 PKG_LICENSE:=Boost Software License <http://www.boost.org/users/license.html>
28 28
 PKG_MAINTAINER:=Carlos M. Ferreira <carlosmf.pt@gmail.com>
29 29