diff --git a/ports/crow/portfile.cmake b/ports/crow/portfile.cmake index 880ead8ee3..eac8694c71 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 5d575d7173..c512e753d7 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" } diff --git a/versions/baseline.json b/versions/baseline.json index 3e698f08f1..7430964f8b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1513,7 +1513,7 @@ "port-version": 0 }, "crow": { - "baseline": "0.2", + "baseline": "0.3", "port-version": 0 }, "cryptopp": { diff --git a/versions/c-/crow.json b/versions/c-/crow.json index 9132283291..1f50e34a83 100644 --- a/versions/c-/crow.json +++ b/versions/c-/crow.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4a0d69a7e34aa3d77de7ba2c01ce45ae730478a1", + "version": "0.3", + "port-version": 0 + }, { "git-tree": "8af7b33a4f59eec6613b9d8e55f9aac403bb7490", "version": "0.2",