Skip to content

Commit

Permalink
[xorstr] Bump to 2021-11-20 (microsoft#29323)
Browse files Browse the repository at this point in the history
* [xorstr] Bump to 2021-11-20

* add license

* update version database
  • Loading branch information
xiaozhuai authored Feb 1, 2023
1 parent 6bb84d3 commit 871e20c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ports/xorstr/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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")
5 changes: 3 additions & 2 deletions ports/xorstr/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8345,7 +8345,7 @@
"port-version": 0
},
"xorstr": {
"baseline": "2021-10-23",
"baseline": "2021-11-20",
"port-version": 0
},
"xproperty": {
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/xorstr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a74d9d1380133abaf94355f2ee2a3eb1d7a29569",
"version-date": "2021-11-20",
"port-version": 0
},
{
"git-tree": "37ea1ae54d689346b2edbf358f950e1939a9c66d",
"version-date": "2021-10-23",
Expand Down

0 comments on commit 871e20c

Please sign in to comment.