mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:09:02 +08:00
[xorstr] Update to 2021-09-12 (#20949)
* Update xorstr to 2021-09-12 * Update CI baseline * Fix version date * Update git-tree hash * Remove phantom version from version database. Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
0f3bc6733c
commit
62ded68afd
@ -1,11 +1,11 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO JustasMasiulis/xorstr
|
||||
REF 42464c4fc1c32cb0d15f3656b30bfb38d9b65fc7
|
||||
SHA512 e8d6ed2ed64bbd11ca304b6c8a6c2dd14544cedc8b8f7364ef8c34af374ebee76bfddd97258b7ff024f6d9929800158d1b3897d64c2b74d8c6f6f105d2844a1c
|
||||
REF 3ef854178f3df03c94b83308000ed06760dcc8aa
|
||||
SHA512 c7599991d819a7bd253e763ecccb270d0c94642e52dda225d986bcc603bef9a5eecdb01bd87bd96c3320152c22f2d1d3312e84ac10b2020aa36a4229f230d7d8
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/include/xorstr.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(COPY "${SOURCE_PATH}/include/xorstr.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||
|
||||
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
||||
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xorstr",
|
||||
"version-date": "2020-11-29",
|
||||
"version-date": "2021-10-23",
|
||||
"description": "Heavily vectorized c++17 compile time string encryption",
|
||||
"homepage": "https://github.com/JustasMasiulis/xorstr"
|
||||
}
|
||||
|
@ -7205,7 +7205,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"xorstr": {
|
||||
"baseline": "2020-11-29",
|
||||
"baseline": "2021-10-23",
|
||||
"port-version": 0
|
||||
},
|
||||
"xproperty": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "37ea1ae54d689346b2edbf358f950e1939a9c66d",
|
||||
"version-date": "2021-10-23",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6a02da6c23263a76324be04c21a28f11cc4cfca1",
|
||||
"version-date": "2020-11-29",
|
||||
|
Loading…
Reference in New Issue
Block a user