diff options
| author | Luca Schlecker <luca.schlecker@hotmail.com> | 2021-07-06 22:49:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 13:49:23 -0700 |
| commit | dbed9ee4c062d265b33253c1e74ad02ea383759a (patch) | |
| tree | c12614501063aa6a85ec50e0687ec42c42151631 | |
| parent | 75a90ccfb1f8d1206f1fb5900c27bf14d0a9aeb7 (diff) | |
| download | vcpkg-dbed9ee4c062d265b33253c1e74ad02ea383759a.tar.gz vcpkg-dbed9ee4c062d265b33253c1e74ad02ea383759a.zip | |
[crow] update to v0.3+1 (#18706)
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 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" } diff --git a/versions/baseline.json b/versions/baseline.json index 3b9064920..cda1afe2e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1517,7 +1517,7 @@ "port-version": 0 }, "crow": { - "baseline": "0.3", + "baseline": "0.3.1", "port-version": 0 }, "cryptopp": { diff --git a/versions/c-/crow.json b/versions/c-/crow.json index 1f50e34a8..fcad89223 100644 --- a/versions/c-/crow.json +++ b/versions/c-/crow.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "4c50547dfc3c5f5bf5a08887d6515e51a7203130", + "version": "0.3.1", + "port-version": 0 + }, + { "git-tree": "4a0d69a7e34aa3d77de7ba2c01ce45ae730478a1", "version": "0.3", "port-version": 0 |
