From b37af3b0bc5cb3425932597c9373633eba9994e5 Mon Sep 17 00:00:00 2001 From: toge Date: Mon, 10 Aug 2026 02:27:45 +0900 Subject: [PATCH] [stlab-copy-on-write] update to 1.1.1 --- ports/stlab-copy-on-write/disable-cpm.patch | 12 ++++++++---- ports/stlab-copy-on-write/portfile.cmake | 2 +- ports/stlab-copy-on-write/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/s-/stlab-copy-on-write.json | 5 +++++ 5 files changed, 16 insertions(+), 7 deletions(-) diff --git a/ports/stlab-copy-on-write/disable-cpm.patch b/ports/stlab-copy-on-write/disable-cpm.patch index c87a8aaf6006ee..a2a2b6b54e9932 100644 --- a/ports/stlab-copy-on-write/disable-cpm.patch +++ b/ports/stlab-copy-on-write/disable-cpm.patch @@ -1,15 +1,19 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index 6452b57..6e4e9d4 100644 +index 086a9da..8bf9ecf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -1,11 +1,8 @@ +@@ -1,15 +1,12 @@ cmake_minimum_required(VERSION 3.24) -include(cmake/CPM.cmake) - # Fetch cpp-library before project() - # Check https://github.com/stlab/cpp-library/releases for the latest version --CPMAddPackage("gh:stlab/cpp-library@5.0.0") + # [DEPENDENCY] https://github.com/stlab/cpp-library/releases for the latest version + # CPMAddPackage( + # NAME cpp-library + # SOURCE_DIR "${CMAKE_SOURCE_DIR}/../cpp-library" + # ) +-CPMAddPackage("gh:stlab/cpp-library@5.4.1") -include(${cpp-library_SOURCE_DIR}/cpp-library.cmake) +include(cmake/cpp-library/cpp-library.cmake) diff --git a/ports/stlab-copy-on-write/portfile.cmake b/ports/stlab-copy-on-write/portfile.cmake index 0a5f4e9402367a..0abcd1688ba70a 100644 --- a/ports/stlab-copy-on-write/portfile.cmake +++ b/ports/stlab-copy-on-write/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO stlab/copy-on-write REF "v${VERSION}" - SHA512 4f480b35a232abd94f70bcd37b93099196e8d09f40678f87afc367af7b11c5799ffaa81ee134e6c1b85f7a5d6765f0a25c305d6dd09685bb1b4bbc3948ecbd3e + SHA512 c7e9036862aafb1cc651eb8785edb09c11b36245731fb0213d6cc72c7cf521cd5954e6fd40aa5349148e103f847e62c0736ea943e5f097b46e96c5ba0a125151 HEAD_REF main PATCHES disable-cpm.patch diff --git a/ports/stlab-copy-on-write/vcpkg.json b/ports/stlab-copy-on-write/vcpkg.json index b29d39dc026ba6..b5f873a6f8b233 100644 --- a/ports/stlab-copy-on-write/vcpkg.json +++ b/ports/stlab-copy-on-write/vcpkg.json @@ -1,6 +1,6 @@ { "name": "stlab-copy-on-write", - "version": "1.1.0", + "version": "1.1.1", "description": "stlab copy-on-write library", "homepage": "https://github.com/stlab/copy-on-write", "license": "BSL-1.0", diff --git a/versions/baseline.json b/versions/baseline.json index db58016fadd36c..ad828f19451489 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9817,7 +9817,7 @@ "port-version": 0 }, "stlab-copy-on-write": { - "baseline": "1.1.0", + "baseline": "1.1.1", "port-version": 0 }, "stlab-enum-ops": { diff --git a/versions/s-/stlab-copy-on-write.json b/versions/s-/stlab-copy-on-write.json index ce283539a18560..fe22d51c0c72d1 100644 --- a/versions/s-/stlab-copy-on-write.json +++ b/versions/s-/stlab-copy-on-write.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "49c4295e294a8f87bc4fa06a0cb3baafe7a7ebe3", + "version": "1.1.1", + "port-version": 0 + }, { "git-tree": "413d8e2a4f721eac97e22f67622f274dc06a6595", "version": "1.1.0",