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