Skip to content

Commit

Permalink
[boost-build] Update HASH
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheney-W committed Oct 22, 2024
1 parent c8582b4 commit e9d6022
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/boost-build/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/build
REF boost-${VERSION}
SHA512 332a00c39c1510ce8526e68fffe73afe9079c3e7cfb2d84471cfb9da484244cdb287b4a8d7b677ea716174aa4af5e53cfd3b6a5ebf161088b7f1296ea100a6ba
SHA512 0214861d3c93f64fd3d211631304a42783eb019df946a4b6ed216163aa9d22b609056c6d1e8dcd62f5f00e9963aa56e84818f01d94465debfc615999baad6bab
HEAD_REF master
PATCHES
0002-fix-get-version.patch
Expand All @@ -27,7 +27,7 @@ vcpkg_download_distfile(ARCHIVE
vcpkg_download_distfile(BOOSTCPP_ARCHIVE
URLS "https://raw.githubusercontent.com/boostorg/boost/boost-${BOOST_VERSION}/boostcpp.jam"
FILENAME "boost-${BOOST_VERSION}-boostcpp.jam"
SHA512 32feae4e13418f68702b18964b17e706255429dd881a098355a0b644da11a97c42aa7eeffa5cc4e30aa8a370dde2097aecc62175fb37cd5cf9766e7fc6303da7
SHA512 8bbd436749a1079ad2fb77cdf65b893f35260a9bdd52b360180780e83ff0f90595693f27641745d6db3a7dbc0e3ba5947e23790e99a8aeb94bfc5fb910d16df6
)

# https://github.com/boostorg/boost/pull/206
Expand Down
1 change: 1 addition & 0 deletions ports/boost-build/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-build",
"version": "1.86.0",
"port-version": 1,
"description": "Boost.Build",
"homepage": "https://github.com/boostorg/build",
"license": "BSL-1.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/boost-build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0f2bae8e3128c32b1f2f0f8468172c6770e7af6f",
"version": "1.86.0",
"port-version": 1
},
{
"git-tree": "5f1689cbb071cca699dd364a1e1162e5db66f08f",
"version": "1.86.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
},
"boost-build": {
"baseline": "1.86.0",
"port-version": 0
"port-version": 1
},
"boost-callable-traits": {
"baseline": "1.86.0",
Expand Down

0 comments on commit e9d6022

Please sign in to comment.