aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorAtılhan Emre Dursunoğlu <atilhandursunoglu@outlook.com>2021-07-22 23:42:53 +0300
committerGitHub <noreply@github.com>2021-07-22 13:42:53 -0700
commit1c4205c2a650976e19eb46a2314ae442301c9355 (patch)
treea0306efe96a3be3e7a8b8d4b512b1a8e32946f5f /ports
parenteabb3ffe71f54b1f0f1991bc12b27266b3daad0c (diff)
downloadvcpkg-1c4205c2a650976e19eb46a2314ae442301c9355.tar.gz
vcpkg-1c4205c2a650976e19eb46a2314ae442301c9355.zip
[Pcg] update to latest commit (#19023)
* [pcg] update to most recent version. * [pcg] update versioning. * [pcg] Add suggested changes. * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/pcg/CONTROL2
-rw-r--r--ports/pcg/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/pcg/CONTROL b/ports/pcg/CONTROL
index e01035076..781d8ef28 100644
--- a/ports/pcg/CONTROL
+++ b/ports/pcg/CONTROL
@@ -1,3 +1,3 @@
Source: pcg
-Version: 0.98.1
+Version: 2021-04-06
Description: Permuted Congruential Generator
diff --git a/ports/pcg/portfile.cmake b/ports/pcg/portfile.cmake
index 738a31efa..f165692dc 100644
--- a/ports/pcg/portfile.cmake
+++ b/ports/pcg/portfile.cmake
@@ -1,12 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO imneme/pcg-cpp
- REF v0.98.1
- SHA512 3625913eba3b5d3ff0763a00728535cd5273a335f0ce0a9ab8e0cd8183a52309cbf72ae50d089cfea89445201993466a5533469db1cb6e82b14c62564731fe70
+ REF ffd522e7188bef30a00c74dc7eb9de5faff90092
+ SHA512 e96e40bf63ddb29ebf8679ddaabbf5dc934173f38cb5ed97c5efe068a742a715daa05e38d9ae322a10fa538c8ec7a271622bfb6569256a471fe5e1c9a83f9e3f
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/include/pcg_extras.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/include/pcg_random.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/include/pcg_uint128.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
-file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/pcg RENAME copyright)
+file(INSTALL ${SOURCE_PATH}/LICENSE-MIT.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)