diff options
| author | JackBoosY <yuzaiyang@beyondsoft.com> | 2020-01-08 22:00:26 -0800 |
|---|---|---|
| committer | JackBoosY <yuzaiyang@beyondsoft.com> | 2020-01-08 22:00:56 -0800 |
| commit | 6e2d1e626f20cadd6551cc8ccd247a08b1c4c665 (patch) | |
| tree | d9e01838066bab7e5e532c2fede8b91665ae665b | |
| parent | 2f380c61539078efaa2bec64ec4df766c8929e2a (diff) | |
| download | vcpkg-6e2d1e626f20cadd6551cc8ccd247a08b1c4c665.tar.gz vcpkg-6e2d1e626f20cadd6551cc8ccd247a08b1c4c665.zip | |
[libguarded] Correct hash
| -rw-r--r-- | ports/libguarded/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libguarded/portfile.cmake | 8 | ||||
| -rw-r--r-- | scripts/ci.baseline.txt | 1 |
3 files changed, 3 insertions, 8 deletions
diff --git a/ports/libguarded/CONTROL b/ports/libguarded/CONTROL index c37866406..9d2c4c830 100644 --- a/ports/libguarded/CONTROL +++ b/ports/libguarded/CONTROL @@ -1,4 +1,4 @@ Source: libguarded -Version: 2019-08-27 +Version: 2019-08-27-1 Homepage: https://github.com/copperspice/libguarded Description: The libGuarded library is a standalone header-only library for multithreaded programming.
\ No newline at end of file diff --git a/ports/libguarded/portfile.cmake b/ports/libguarded/portfile.cmake index d195774c3..ec30d3742 100644 --- a/ports/libguarded/portfile.cmake +++ b/ports/libguarded/portfile.cmake @@ -1,15 +1,11 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO copperspice/libguarded REF 1f159aa866a50f5d2952de41d8a99821b8ec37df - SHA512 3ff138719b895a9c45492aee0a30e9f9eff2c3b3510de01dad59123fac6bdc1c7479518f5a81a61e4d25c0f9679b21b5018953d99809f52aafa7729599a3282a + SHA512 91380262e65ec7b8990c500c60b8d141960be24b69e01a4661c2e8fbfdb8e315c9a4509c2c65a74bc60a8fe690d6dbc8f2b39757d13da5068c95283a19d4c6c4 HEAD_REF master ) File(COPY ${SOURCE_PATH}/src/libguarded DESTINATION ${CURRENT_PACKAGES_DIR}/include) -file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) -file(RENAME ${CURRENT_PACKAGES_DIR}/share/${PORT}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright) - +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index f48310721..3900586c9 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -733,7 +733,6 @@ libgit2:arm64-windows=fail libgit2:arm-uwp=fail
libgit2:x64-uwp=fail
libgo:x64-osx=fail
-libguarded:x64-osx=fail
libhydrogen:arm64-windows=fail
libics:arm-uwp=fail
libics:x64-uwp=fail
|
