mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 03:22:47 +08:00
[crowcpp] Update to 1.0-5 (#26705)
* increment crowcpp version * fix version * fix hash * fix hash Co-authored-by: Ray Tang <ray.tang@xycapitalgroup.com>
This commit is contained in:
parent
9b43b71351
commit
610176628f
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO CrowCpp/crow
|
||||
REF 4d2f26ee8ff2c96c6c93e7e2b7f5162027f2482d # v1.0+1
|
||||
SHA512 69a27ae87eaa5523905e80fd1028208f2862cdd76c467e8d12dc1cca388965edb7615ae102bc1af13d824ad681eea17f69a42e790755f88ad57cae11b4268683
|
||||
REF edf12f699ec3bf6f751cf73cb97f32919e48ca6e # v1.0+5
|
||||
SHA512 615a12d39198f2b3e48d795a65590050e8416a0c36b8b54fadea57e447393c4328f3c3ae04f9a7ce5a769efcf000ab2aa5057d6431569a6ec2ffa5f19055d743
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "crow",
|
||||
"version": "1.0-1",
|
||||
"version": "1.0-5",
|
||||
"description": "Very fast and easy to use C++ micro web framework",
|
||||
"homepage": "https://github.com/CrowCpp/crow",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -1729,7 +1729,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"crow": {
|
||||
"baseline": "1.0-1",
|
||||
"baseline": "1.0-5",
|
||||
"port-version": 0
|
||||
},
|
||||
"cryptopp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e9dab5ab4d56d0174fbf2c661e2fab60a1d4e95c",
|
||||
"version": "1.0-5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e21a4fb8fd849bfe3ee8d77dbdb3a4953dd08d55",
|
||||
"version": "1.0-1",
|
||||
|
Loading…
Reference in New Issue
Block a user