[xorstr] Update xorstr to fix GCC warnings and compilation error (#10026)

This commit is contained in:
BullyWiiPlaza 2020-02-12 08:17:55 +01:00 committed by GitHub
parent f478be7479
commit f0ea08adea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: xorstr
Version: 2019-08-10
Version: 2020-02-11
Description: Heavily vectorized c++17 compile time string encryption
Homepage: https://github.com/JustasMasiulis/xorstr

View File

@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO JustasMasiulis/xorstr
REF 5d7371dcb70601ce9c252d475cc3dc6cf8f1e0db
SHA512 7625d2ebdb95a5414f0a1ac7ac8951b612d5159be5eccce4e13b88a4d17ffa3c65ff81ce5df5b64064b5712da7238ec1f564d2c213852731cad30c367ebad72e
REF a774b984f5b5f15d39ba0a8623cd3c70c05d6007
SHA512 339fe945e39d27dfc9a9f42bbf4ef008405934668784ee4b661ee9dd04ab0a0bea442c07e7315d1746edd047a6bb7aca7d382314a48fc593633d811cf67bdb2d
HEAD_REF master
)