mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 16:17:51 +08:00
[crow] update to v0.3 (#18315)
This commit is contained in:
parent
cdbbbf4e41
commit
7e09c3c9d0
@ -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
|
||||
)
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -1513,7 +1513,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"crow": {
|
||||
"baseline": "0.2",
|
||||
"baseline": "0.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"cryptopp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4a0d69a7e34aa3d77de7ba2c01ce45ae730478a1",
|
||||
"version": "0.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8af7b33a4f59eec6613b9d8e55f9aac403bb7490",
|
||||
"version": "0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user