mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 09:06:15 +08:00
[copypp] update to 0.2.0 (#35536)
This commit is contained in:
parent
86a6c21d41
commit
ea958c708e
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO i-curve/copypp
|
||||
REF "v${VERSION}"
|
||||
SHA512 f2d45b4a3d2a3e8b1f04a777a9efd31e127771146c2a45d57a49417906ecc40543e9f7ef9908ec8f24c328cf29b0ad10625195a802cde568e830bb62f2067ca2
|
||||
SHA512 cd96a310544dcd936126162de603c8a79c60e1ab9764e337704c3425096592b8e91e92ba9813f28f4838cd9b5f58e2e50cb7bce9a15d9b35c5c863693c32ae5d
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "copypp",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"description": "support field copy in different c++ struct.",
|
||||
"homepage": "https://github.com/i-curve/copypp",
|
||||
"license": "MIT",
|
||||
|
@ -1789,7 +1789,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"copypp": {
|
||||
"baseline": "0.1.1",
|
||||
"baseline": "0.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"coroutine": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "19d47125ad84c71c928f7ea266a6d7543b65ef23",
|
||||
"version": "0.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7be5573b44b0520d8f4cb7619bf8755184bb4019",
|
||||
"version": "0.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user