diff options
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 eac8694c7..fefc42cba 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 fc27f73f84967ffc1140cfd106dcab35bc8bca9e #0.3 - SHA512 efc47833ec84757898c72a63018e383611261cfbbf121984c272c6183025ef6551595941177ae41627c623982343c1d824c4ec25c3141c6c01a9aee0fade8ac3 + REF 6a1623b69c5f788b1ea248f0046634fa1e7b0e03 #0.3+1 + SHA512 6c3e1e89e0f0ea9dcbe9206071189ad692c34400b1a3e101002e9bd97729851db94a40ce45b8fc9aa747df409cfdbdbdf09af806361d1e7df6f515f4c50e7a80 HEAD_REF master ) diff --git a/ports/crow/vcpkg.json b/ports/crow/vcpkg.json index c512e753d..9bf62431d 100644 --- a/ports/crow/vcpkg.json +++ b/ports/crow/vcpkg.json @@ -1,6 +1,6 @@ { "name": "crow", - "version": "0.3", + "version": "0.3.1", "description": "Very fast and easy to use C++ micro web framework", "homepage": "https://github.com/CrowCpp/crow" } |
