[crow] update to v0.3 (#18315)

This commit is contained in:
Luca Schlecker 2021-06-11 18:28:02 +02:00 committed by GitHub
parent cdbbbf4e41
commit 7e09c3c9d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CrowCpp/crow
REF 696fbb104369ee948b00274a5e7e677c405f460e #0.2
SHA512 9d925c229e6380555293909b941465b5419e6311e56d64da28e46bb4cdf9bdffd4adbbb37314a88f7abf4d2337e5baf26a5b107fedee4895e057eba1648c8b9c
REF fc27f73f84967ffc1140cfd106dcab35bc8bca9e #0.3
SHA512 efc47833ec84757898c72a63018e383611261cfbbf121984c272c6183025ef6551595941177ae41627c623982343c1d824c4ec25c3141c6c01a9aee0fade8ac3
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "crow",
"version": "0.2",
"version": "0.3",
"description": "Very fast and easy to use C++ micro web framework",
"homepage": "https://github.com/CrowCpp/crow"
}

View File

@ -1513,7 +1513,7 @@
"port-version": 0
},
"crow": {
"baseline": "0.2",
"baseline": "0.3",
"port-version": 0
},
"cryptopp": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4a0d69a7e34aa3d77de7ba2c01ce45ae730478a1",
"version": "0.3",
"port-version": 0
},
{
"git-tree": "8af7b33a4f59eec6613b9d8e55f9aac403bb7490",
"version": "0.2",