From c6f9a7b205b7c6847513a60a9759e1e600e0646d Mon Sep 17 00:00:00 2001 From: i-curve Date: Thu, 21 Dec 2023 04:30:12 +0800 Subject: [PATCH] [copypp] update to 0.3.0 (#35797) --- ports/copypp/portfile.cmake | 2 +- ports/copypp/vcpkg.json | 4 ++-- versions/baseline.json | 2 +- versions/c-/copypp.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/copypp/portfile.cmake b/ports/copypp/portfile.cmake index 5af36233d7bdbf..4e8d06bc9643e0 100644 --- a/ports/copypp/portfile.cmake +++ b/ports/copypp/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO i-curve/copypp REF "v${VERSION}" - SHA512 cd96a310544dcd936126162de603c8a79c60e1ab9764e337704c3425096592b8e91e92ba9813f28f4838cd9b5f58e2e50cb7bce9a15d9b35c5c863693c32ae5d + SHA512 1c34cfcc30234d6a0eb3f150dff40299f74be8cc7653dc494a5a6857ad4d42342815a8ef2cb3b06d05555cd9d6d4c9b9941a7a845ab40cc782ce4660fb1e2560 HEAD_REF main ) diff --git a/ports/copypp/vcpkg.json b/ports/copypp/vcpkg.json index 4c93a2c079ca42..06d6566a0280da 100644 --- a/ports/copypp/vcpkg.json +++ b/ports/copypp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "copypp", - "version": "0.2.0", - "description": "support field copy in different c++ struct.", + "version": "0.3.0", + "description": "support field copy in different c++ data type.", "homepage": "https://github.com/i-curve/copypp", "license": "MIT", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index a5130046b30650..befe689b04e26d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1789,7 +1789,7 @@ "port-version": 3 }, "copypp": { - "baseline": "0.2.0", + "baseline": "0.3.0", "port-version": 0 }, "coroutine": { diff --git a/versions/c-/copypp.json b/versions/c-/copypp.json index 3e6af81f7577f7..8babb117829cb1 100644 --- a/versions/c-/copypp.json +++ b/versions/c-/copypp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5a681be8127821639bed4c4886a351b0640d5c04", + "version": "0.3.0", + "port-version": 0 + }, { "git-tree": "19d47125ad84c71c928f7ea266a6d7543b65ef23", "version": "0.2.0",