From 5f4628b89f3f98cd9a0b43c27ded2aa53da1f790 Mon Sep 17 00:00:00 2001 From: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:27:17 +0800 Subject: [PATCH] [boost-build] Update HASH (#41711) --- ports/boost-build/portfile.cmake | 4 ++-- ports/boost-build/vcpkg.json | 1 + scripts/boost/generate-ports.ps1 | 1 + versions/b-/boost-build.json | 5 +++++ versions/baseline.json | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ports/boost-build/portfile.cmake b/ports/boost-build/portfile.cmake index cc38c7a771..5fdfb8351a 100644 --- a/ports/boost-build/portfile.cmake +++ b/ports/boost-build/portfile.cmake @@ -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 diff --git a/ports/boost-build/vcpkg.json b/ports/boost-build/vcpkg.json index eb725c95c4..a067b0eb99 100644 --- a/ports/boost-build/vcpkg.json +++ b/ports/boost-build/vcpkg.json @@ -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", diff --git a/scripts/boost/generate-ports.ps1 b/scripts/boost/generate-ports.ps1 index d0a2097e8b..11db02b520 100644 --- a/scripts/boost/generate-ports.ps1 +++ b/scripts/boost/generate-ports.ps1 @@ -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 { diff --git a/versions/b-/boost-build.json b/versions/b-/boost-build.json index 675155d240..44f6b61817 100644 --- a/versions/b-/boost-build.json +++ b/versions/b-/boost-build.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0f2bae8e3128c32b1f2f0f8468172c6770e7af6f", + "version": "1.86.0", + "port-version": 1 + }, { "git-tree": "5f1689cbb071cca699dd364a1e1162e5db66f08f", "version": "1.86.0", diff --git a/versions/baseline.json b/versions/baseline.json index b3dcd103df..8d2d57cad0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -794,7 +794,7 @@ }, "boost-build": { "baseline": "1.86.0", - "port-version": 0 + "port-version": 1 }, "boost-callable-traits": { "baseline": "1.86.0",