diff --git a/ports/xorstr/portfile.cmake b/ports/xorstr/portfile.cmake index b482f276aa9c8b..dc60207bfc2b3b 100644 --- a/ports/xorstr/portfile.cmake +++ b/ports/xorstr/portfile.cmake @@ -1,11 +1,11 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO JustasMasiulis/xorstr - REF 3ef854178f3df03c94b83308000ed06760dcc8aa - SHA512 c7599991d819a7bd253e763ecccb270d0c94642e52dda225d986bcc603bef9a5eecdb01bd87bd96c3320152c22f2d1d3312e84ac10b2020aa36a4229f230d7d8 + REF 066c64eea5104f4e3cfbc49e39031400e086425a # 2021-11-20 + SHA512 b28895c3d51089820ef9bf2dd80b1af5eda2f8463c8374d39bc3b54c4928ecd787977cfd4e207f56cd58e3ec0360e428a52c4b813a8f380258cf29914e32ff50 HEAD_REF master ) file(COPY "${SOURCE_PATH}/include/xorstr.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include") -configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY) +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") diff --git a/ports/xorstr/vcpkg.json b/ports/xorstr/vcpkg.json index 067c755c3736d9..35b772be3e31a2 100644 --- a/ports/xorstr/vcpkg.json +++ b/ports/xorstr/vcpkg.json @@ -1,6 +1,7 @@ { "name": "xorstr", - "version-date": "2021-10-23", + "version-date": "2021-11-20", "description": "Heavily vectorized c++17 compile time string encryption", - "homepage": "https://github.com/JustasMasiulis/xorstr" + "homepage": "https://github.com/JustasMasiulis/xorstr", + "license": "Apache-2.0" } diff --git a/versions/baseline.json b/versions/baseline.json index 5b58f6df93a6c6..aed0ab71cc56be 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8345,7 +8345,7 @@ "port-version": 0 }, "xorstr": { - "baseline": "2021-10-23", + "baseline": "2021-11-20", "port-version": 0 }, "xproperty": { diff --git a/versions/x-/xorstr.json b/versions/x-/xorstr.json index c101bca64603ef..4539257bf614b2 100644 --- a/versions/x-/xorstr.json +++ b/versions/x-/xorstr.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a74d9d1380133abaf94355f2ee2a3eb1d7a29569", + "version-date": "2021-11-20", + "port-version": 0 + }, { "git-tree": "37ea1ae54d689346b2edbf358f950e1939a9c66d", "version-date": "2021-10-23",