diff options
| author | Luca Schlecker <luca.schlecker@hotmail.com> | 2021-06-11 18:28:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 09:28:02 -0700 |
| commit | 7e09c3c9d0b94860bb108cadb6c24cddbbc0857d (patch) | |
| tree | 130c20bf5d24e5a2979369f5018801685816c4fc /ports | |
| parent | cdbbbf4e412479c68614266e7d6d979727704ed0 (diff) | |
| download | vcpkg-7e09c3c9d0b94860bb108cadb6c24cddbbc0857d.tar.gz vcpkg-7e09c3c9d0b94860bb108cadb6c24cddbbc0857d.zip | |
[crow] update to v0.3 (#18315)
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/crow/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/crow/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/crow/portfile.cmake b/ports/crow/portfile.cmake index 880ead8ee..eac8694c7 100644 --- a/ports/crow/portfile.cmake +++ b/ports/crow/portfile.cmake @@ -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 ) diff --git a/ports/crow/vcpkg.json b/ports/crow/vcpkg.json index 5d575d717..c512e753d 100644 --- a/ports/crow/vcpkg.json +++ b/ports/crow/vcpkg.json @@ -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" } |
