mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 19:42:46 +08:00
[xorstr] Bump to 2021-11-20 (#29323)
* [xorstr] Bump to 2021-11-20 * add license * update version database
This commit is contained in:
parent
6bb84d3f57
commit
871e20cf67
@ -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")
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -8345,7 +8345,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"xorstr": {
|
||||
"baseline": "2021-10-23",
|
||||
"baseline": "2021-11-20",
|
||||
"port-version": 0
|
||||
},
|
||||
"xproperty": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a74d9d1380133abaf94355f2ee2a3eb1d7a29569",
|
||||
"version-date": "2021-11-20",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "37ea1ae54d689346b2edbf358f950e1939a9c66d",
|
||||
"version-date": "2021-10-23",
|
||||
|
Loading…
Reference in New Issue
Block a user