aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Popovitch <greg7mdp@gmail.com>2020-05-19 18:12:29 -0400
committerGitHub <noreply@github.com>2020-05-19 15:12:29 -0700
commit98f80d86f297bdda984e8469f3a95a0e379b448f (patch)
treef5a016f0410c2a2bb8fb6b3a0e63db009730d1d1
parente6c6d96218e390f71b6c83761b7c73de188fbbdd (diff)
downloadvcpkg-98f80d86f297bdda984e8469f3a95a0e379b448f.tar.gz
vcpkg-98f80d86f297bdda984e8469f3a95a0e379b448f.zip
[parallel-hashmap] Update parallel-hashmap version (#11420)
* update parallel_hashmap version * Update portfile.cmake * Update CONTROL * Update portfile.cmake for parallel_hashmap * bump parallel-hashmap to latest github release * Update parallel_hashmap version to 1.32 (current) * Update CONTROL * update portfile as requested
-rw-r--r--ports/parallel-hashmap/CONTROL2
-rw-r--r--ports/parallel-hashmap/portfile.cmake8
2 files changed, 4 insertions, 6 deletions
diff --git a/ports/parallel-hashmap/CONTROL b/ports/parallel-hashmap/CONTROL
index 0796d2258..1732e09fa 100644
--- a/ports/parallel-hashmap/CONTROL
+++ b/ports/parallel-hashmap/CONTROL
@@ -1,3 +1,3 @@
Source: parallel-hashmap
-Version: 1.30
+Version: 1.32
Description: A header-only, very fast and memory-friendly family of C++ hash maps.
diff --git a/ports/parallel-hashmap/portfile.cmake b/ports/parallel-hashmap/portfile.cmake
index 0c06b3a22..01a7e1b2d 100644
--- a/ports/parallel-hashmap/portfile.cmake
+++ b/ports/parallel-hashmap/portfile.cmake
@@ -1,11 +1,10 @@
#header-only library
-include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO greg7mdp/parallel-hashmap
- REF 1.30
- SHA512 5c2f4d1f50a6dc17bd763243412786056d5ecc4ec801ac5fe5bacbf0e6abe30e17347f3e4a22c12dc293e74843920cbc9b19ec3f1a048f8a3f58626457cba32a
+ REF 1.32
+ SHA512 838358bf5899876a53accea8a10e051d35189b4105b6bc01dfe4f3ff01fdbe68986efb36341cc3082bc58419be33735e76350a2fd9501c2cace153f9d4321f24
HEAD_REF master
)
@@ -22,5 +21,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib ${CURRENT_PACKAGES_DIR}/debug ${
file(COPY ${SOURCE_PATH}/phmap.natvis DESTINATION ${CURRENT_PACKAGES_DIR}/include)
# Put the licence file where vcpkg expects it
-file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/parallel-hashmap)
-file(RENAME ${CURRENT_PACKAGES_DIR}/share/parallel-hashmap/LICENSE ${CURRENT_PACKAGES_DIR}/share/parallel-hashmap/copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)