[boost-build] Update HASH (#41711)

This commit is contained in:
Cheney Wang 2024-11-04 09:27:17 +08:00 committed by GitHub
parent f9f2b55c85
commit 5f4628b89f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 3 deletions

View File

@ -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
@ -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

View File

@ -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",

View File

@ -28,6 +28,7 @@ $semverVersion = ($version -replace "(\d+(\.\d+){1,3}).*", "`$1")
# Clear this array when moving to a new boost version
$defaultPortVersion = 0
$portVersions = @{
'boost-build' = 1
}
function Get-PortVersion {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0f2bae8e3128c32b1f2f0f8468172c6770e7af6f",
"version": "1.86.0",
"port-version": 1
},
{
"git-tree": "5f1689cbb071cca699dd364a1e1162e5db66f08f",
"version": "1.86.0",

View File

@ -794,7 +794,7 @@
},
"boost-build": {
"baseline": "1.86.0",
"port-version": 0
"port-version": 1
},
"boost-callable-traits": {
"baseline": "1.86.0",