aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/crow/portfile.cmake7
-rw-r--r--ports/crow/vcpkg.json1
2 files changed, 5 insertions, 3 deletions
diff --git a/ports/crow/portfile.cmake b/ports/crow/portfile.cmake
index dd8f45f36..ea9d0f80b 100644
--- a/ports/crow/portfile.cmake
+++ b/ports/crow/portfile.cmake
@@ -2,9 +2,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CrowCpp/crow
REF 7e47d4c7ee548c5fd954efd82cfeed330a7823ea #0.3+2
- SHA512 804bafe6085270470487ea304f9b1aa812f9ee29df67569fd7133ea70bc73b61dca23d6955c1fd9cf1fa7c8909d34b447437ff05844ac2ad5bb01318357dc2c0
+ SHA512 47822ccdfb259a65bde8fed0c29bb8e58bc2f29896ff186c03098eb897985307e7477aa03808a42db01df245054411f05f95c6d9ae6477d75dd94399af3bb130
+ FILE_DISAMBIGUATOR 1
HEAD_REF master
)
-file(INSTALL ${SOURCE_PATH}/include/ DESTINATION ${CURRENT_PACKAGES_DIR}/include)
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+file(INSTALL "${SOURCE_PATH}/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
+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
index 0cf1b42f1..0e75a7943 100644
--- a/ports/crow/vcpkg.json
+++ b/ports/crow/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "crow",
"version": "0.3.2",
+ "port-version": 1,
"description": "Very fast and easy to use C++ micro web framework",
"homepage": "https://github.com/CrowCpp/crow"
}