diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-03-11 03:45:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 13:45:08 -0600 |
| commit | f1d190a874b72196a247c9037444fab4ec63f5a8 (patch) | |
| tree | 79e01f260feb1f73bdcaacdcc5d017b45dd3fa16 | |
| parent | c10cae3e749ed229fd5e8d417502e15f29758221 (diff) | |
| download | vcpkg-f1d190a874b72196a247c9037444fab4ec63f5a8.tar.gz vcpkg-f1d190a874b72196a247c9037444fab4ec63f5a8.zip | |
[crow] update to 0.2 (CrowCpp/crow fork) (#16511)
* [crow] update to 0.2
* update version
* Modify portfile.cmake
* update version
* modify ref
* update version
| -rw-r--r-- | ports/crow/CONTROL | 4 | ||||
| -rw-r--r-- | ports/crow/portfile.cmake | 8 | ||||
| -rw-r--r-- | ports/crow/vcpkg.json | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/c-/crow.json | 5 |
5 files changed, 16 insertions, 9 deletions
diff --git a/ports/crow/CONTROL b/ports/crow/CONTROL deleted file mode 100644 index 96efb27bf..000000000 --- a/ports/crow/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: crow
-Version: 0.1-1
-Homepage: https://github.com/ipkn/crow
-Description: Very fast and easy to use C++ micro web framework
diff --git a/ports/crow/portfile.cmake b/ports/crow/portfile.cmake index 7c3f48ded..880ead8ee 100644 --- a/ports/crow/portfile.cmake +++ b/ports/crow/portfile.cmake @@ -1,10 +1,10 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH - REPO ipkn/crow - REF v0.1 - SHA512 5a97c5b8cda3ffe79001aa382d4391eddde30027401bbb1d9c85c70ea715f556d3659f5eac0b9d9192c19d13718f19ad6bdf49d67bef03b21e75300d60e7d02a + REPO CrowCpp/crow + REF 696fbb104369ee948b00274a5e7e677c405f460e #0.2 + SHA512 9d925c229e6380555293909b941465b5419e6311e56d64da28e46bb4cdf9bdffd4adbbb37314a88f7abf4d2337e5baf26a5b107fedee4895e057eba1648c8b9c HEAD_REF master ) file(INSTALL ${SOURCE_PATH}/include/ DESTINATION ${CURRENT_PACKAGES_DIR}/include) -file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/crow RENAME copyright) +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/crow/vcpkg.json b/ports/crow/vcpkg.json new file mode 100644 index 000000000..5d575d717 --- /dev/null +++ b/ports/crow/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "crow", + "version": "0.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 cc41d2482..924ce81e8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1469,7 +1469,7 @@ "port-version": 0 }, "crow": { - "baseline": "0.1-1", + "baseline": "0.2", "port-version": 0 }, "cryptopp": { diff --git a/versions/c-/crow.json b/versions/c-/crow.json index dcbe0b3be..913228329 100644 --- a/versions/c-/crow.json +++ b/versions/c-/crow.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "8af7b33a4f59eec6613b9d8e55f9aac403bb7490", + "version": "0.2", + "port-version": 0 + }, + { "git-tree": "5759b9679960c34a0e663f83ad32ba2e1320e2d5", "version-string": "0.1-1", "port-version": 0 |
