Updating alpaca to latest release in github (#31949)

This commit is contained in:
Damian Vicino 2023-06-14 15:13:34 -04:00 committed by GitHub
parent 1f9118e712
commit 7c4add38ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO p-ranav/alpaca
REF v0.2.0
SHA512 0ac2c1c4f8e0534319bf852bac3852ee3674db7b1a9eda30462821ec4c9ddeeb6ceff09ef5f16eed9131af6c357a09f2cb909a12ea2f135ca7d496d90ff1865d
REF v${VERSION}
SHA512 3c61bd177f4118d8e270df24285d59e294d9eeb25daddac2d39d867188699955422fee92c875961c0fd1a77b46fe8d866310e578fd201e566e57c00539f85cfd
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "alpaca",
"version": "0.2.0",
"version": "0.2.1",
"description": "Alpaca is a serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code",
"homepage": "https://github.com/p-ranav/alpaca",
"license": "MIT",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9533d25c8a1eabb24839c4ed613d10be95101b4b",
"version": "0.2.1",
"port-version": 0
},
{
"git-tree": "d8a880634d8e1b510b01820aea947721639c0d14",
"version": "0.2.0",

View File

@ -85,7 +85,7 @@
"port-version": 4
},
"alpaca": {
"baseline": "0.2.0",
"baseline": "0.2.1",
"port-version": 0
},
"alpaka": {