aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-build
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-08-21 13:51:47 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-08-24 14:20:56 -0700
commit61253f80ad2074ee278e4279507c57d46cf000e6 (patch)
tree67b2c1a3005624b053018d6c02056e808107dca4 /ports/boost-build
parent75b7dcfefa15d3c4c9d13342041525de0771cc70 (diff)
downloadvcpkg-61253f80ad2074ee278e4279507c57d46cf000e6.tar.gz
vcpkg-61253f80ad2074ee278e4279507c57d46cf000e6.zip
[boost-build] Update to 1.68
Diffstat (limited to 'ports/boost-build')
-rw-r--r--ports/boost-build/CONTROL2
-rw-r--r--ports/boost-build/portfile.cmake10
2 files changed, 6 insertions, 6 deletions
diff --git a/ports/boost-build/CONTROL b/ports/boost-build/CONTROL
index 678914811..db12d3b3d 100644
--- a/ports/boost-build/CONTROL
+++ b/ports/boost-build/CONTROL
@@ -1,3 +1,3 @@
Source: boost-build
-Version: 1.67.0
+Version: 1.68.0
Description: Boost.Build
diff --git a/ports/boost-build/portfile.cmake b/ports/boost-build/portfile.cmake
index dfd507997..e420fc1a5 100644
--- a/ports/boost-build/portfile.cmake
+++ b/ports/boost-build/portfile.cmake
@@ -11,20 +11,20 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/build
- REF boost-1.67.0
- SHA512 93aa3f0c76245fefe2ceabde9c287e7738f79cdab71eeb42ba426f06e7846b5da5c00fc7581d7f31135687e10660521d34c7ffb1ce7299b70d7330a81b0e5acc
+ REF boost-1.68.0
+ SHA512 ede4ea6bba966bfdc590ea21b8787f090c690db851fd6eb19644f089de8828b6cec504a7f4be203d57017de2a0288f0e12772e50d9017287221520dca1676a79
HEAD_REF master
)
vcpkg_download_distfile(ARCHIVE
- URLS "https://raw.githubusercontent.com/boostorg/boost/boost-1.67.0/LICENSE_1_0.txt"
+ URLS "https://raw.githubusercontent.com/boostorg/boost/boost-1.68.0/LICENSE_1_0.txt"
FILENAME "boost_LICENSE_1_0.txt"
SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8
)
vcpkg_download_distfile(BOOSTCPP_ARCHIVE
- URLS "https://raw.githubusercontent.com/boostorg/boost/boost-1.67.0/boostcpp.jam"
- FILENAME "boost-1.67.0-boostcpp.jam"
+ URLS "https://raw.githubusercontent.com/boostorg/boost/boost-1.68.0/boostcpp.jam"
+ FILENAME "boost-1.68.0-boostcpp.jam"
SHA512 4d887b05b4873e651fd9bc20f04fc072c7d801fd50445c989517cd39c3a8aa132ed46c407fb0efb35825fc0fc1035393d5ac0da5922be2c120cf2bfff952b3bc
)