mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
[crow] update CrowCpp port to version 1.2.0 (#38997)
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
233f096536
commit
bdd4abf93d
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO CrowCpp/crow
|
||||
REF "v${VERSION}"
|
||||
SHA512 197ce2fd5761078f77baa0e5cc8f38fbb94bd062ff63a7ebd993b1d4a7c33847080c8c722be0079f46f798677a49da66eed4dcef709c990aecfac18564223818
|
||||
SHA512 0fdba3c3697f53ff231cc1637b613f382b5c0230b700745548c1a0ef03c3b25f92ec15f8d1f9bca1a74cffe07053d7a829732475a8a392ee8c682ccfba91539e
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,17 +1,11 @@
|
||||
{
|
||||
"name": "crow",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.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-date-time",
|
||||
"boost-functional",
|
||||
"boost-lexical-cast",
|
||||
"boost-optional",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -2021,7 +2021,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"crow": {
|
||||
"baseline": "1.1.0",
|
||||
"baseline": "1.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cryptopp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a44a1c72d91d4799b509c35eaa5ee74aea4617fa",
|
||||
"version": "1.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "da63a4872320e46bc7da9abdd06050fa8e02ca20",
|
||||
"version": "1.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user