mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[crow] Update version to v1.1.0 (#37811)
This commit is contained in:
parent
a7b70fc28d
commit
e4c41ed7e2
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO CrowCpp/crow
|
||||
REF edf12f699ec3bf6f751cf73cb97f32919e48ca6e # v1.0+5
|
||||
SHA512 615a12d39198f2b3e48d795a65590050e8416a0c36b8b54fadea57e447393c4328f3c3ae04f9a7ce5a769efcf000ab2aa5057d6431569a6ec2ffa5f19055d743
|
||||
REF "v${VERSION}"
|
||||
SHA512 197ce2fd5761078f77baa0e5cc8f38fbb94bd062ff63a7ebd993b1d4a7c33847080c8c722be0079f46f798677a49da66eed4dcef709c990aecfac18564223818
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "crow",
|
||||
"version": "1.0-5",
|
||||
"version": "1.1.0",
|
||||
"description": "Very fast and easy to use C++ micro web framework",
|
||||
"homepage": "https://github.com/CrowCpp/crow",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": [
|
||||
"asio",
|
||||
"boost-algorithm",
|
||||
"boost-array",
|
||||
"boost-asio",
|
||||
"boost-date-time",
|
||||
"boost-functional",
|
||||
"boost-lexical-cast",
|
||||
|
@ -2001,7 +2001,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"crow": {
|
||||
"baseline": "1.0-5",
|
||||
"baseline": "1.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cryptopp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "da63a4872320e46bc7da9abdd06050fa8e02ca20",
|
||||
"version": "1.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e9dab5ab4d56d0174fbf2c661e2fab60a1d4e95c",
|
||||
"version": "1.0-5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user