diff options
| author | Luca Schlecker <luca.schlecker@hotmail.com> | 2021-07-22 23:43:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 14:43:35 -0700 |
| commit | 9ee3196412e8ed54f84464b61dbb3cc9b7298523 (patch) | |
| tree | e45e7693838cdd2b8efdfafd38b24582eb7ac6d7 | |
| parent | 64f20adbd65eb6ede1ab4b31426c7c4b519d1728 (diff) | |
| download | vcpkg-9ee3196412e8ed54f84464b61dbb3cc9b7298523.tar.gz vcpkg-9ee3196412e8ed54f84464b61dbb3cc9b7298523.zip | |
[crow] update to 0.3.2 (v0.3+2) (#18974)
Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
| -rw-r--r-- | ports/crow/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/crow/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/c-/crow.json | 5 |
4 files changed, 9 insertions, 4 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" } diff --git a/versions/baseline.json b/versions/baseline.json index 30db0d5fb..4c597ad5d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1525,7 +1525,7 @@ "port-version": 0 }, "crow": { - "baseline": "0.3.1", + "baseline": "0.3.2", "port-version": 0 }, "cryptopp": { diff --git a/versions/c-/crow.json b/versions/c-/crow.json index fcad89223..6bc84a213 100644 --- a/versions/c-/crow.json +++ b/versions/c-/crow.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "c0d5207375bcbf798d3478eef7e00ae5206e4b04", + "version": "0.3.2", + "port-version": 0 + }, + { "git-tree": "4c50547dfc3c5f5bf5a08887d6515e51a7203130", "version": "0.3.1", "port-version": 0 |
