Commit 0edcf7a3 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Update boost from 1.59.0 to 1.64.0

parent 84b01626
...@@ -3,15 +3,15 @@ require 'package' ...@@ -3,15 +3,15 @@ require 'package'
class Boost < Package class Boost < Package
description 'Boost provides free peer-reviewed portable C++ source libraries.' description 'Boost provides free peer-reviewed portable C++ source libraries.'
homepage 'http://www.boost.org/' homepage 'http://www.boost.org/'
version '1.59.0' version '1.64.0'
source_url 'http://sourceforge.net/projects/boost/files/boost/1.59.0/boost_1_59_0.tar.gz' source_url 'https://downloads.sourceforge.net/project/boost/boost/1.64.0/boost_1_64_0.tar.bz2'
source_sha256 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac' source_sha256 '7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332'
def self.build def self.build
system './bootstrap --prefix=/usr/local' system './bootstrap.sh --prefix=/usr/local'
end end
def self.install def self.install
system './b2 install' system './b2 -a'
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment