aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiqac <77594046+tiqac@users.noreply.github.com>2021-01-20 09:37:18 +1000
committerGitHub <noreply@github.com>2021-01-19 15:37:18 -0800
commitdcb0145cbffb94817b55b6233e703dd1639660c9 (patch)
tree9cc4c71037a3b1deb0f4ac59d0213d9ef29bc240
parentfa31c982755c4987da7b742cd1df3eecf4084281 (diff)
downloadvcpkg-dcb0145cbffb94817b55b6233e703dd1639660c9.tar.gz
vcpkg-dcb0145cbffb94817b55b6233e703dd1639660c9.zip
[xorstr] Update to 2020-11-29 (#15721)
* [xorstr] Update to 2020-11-29 * Run x-add-version * version-string -> version-date * Run x-add-version
-rw-r--r--port_versions/baseline.json2
-rw-r--r--port_versions/x-/xorstr.json5
-rw-r--r--ports/xorstr/CONTROL4
-rw-r--r--ports/xorstr/portfile.cmake7
-rw-r--r--ports/xorstr/vcpkg.json6
5 files changed, 14 insertions, 10 deletions
diff --git a/port_versions/baseline.json b/port_versions/baseline.json
index d0d199d4d..9c9fe6ca8 100644
--- a/port_versions/baseline.json
+++ b/port_versions/baseline.json
@@ -6189,7 +6189,7 @@
"port-version": 0
},
"xorstr": {
- "baseline": "2020-02-11",
+ "baseline": "2020-11-29",
"port-version": 0
},
"xproperty": {
diff --git a/port_versions/x-/xorstr.json b/port_versions/x-/xorstr.json
index 5b1e65a14..591e44ee4 100644
--- a/port_versions/x-/xorstr.json
+++ b/port_versions/x-/xorstr.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "6a02da6c23263a76324be04c21a28f11cc4cfca1",
+ "version-date": "2020-11-29",
+ "port-version": 0
+ },
+ {
"git-tree": "7a37997c7a1c699a78241cd445521f7704be6b76",
"version-string": "2020-02-11",
"port-version": 0
diff --git a/ports/xorstr/CONTROL b/ports/xorstr/CONTROL
deleted file mode 100644
index fe40c1c72..000000000
--- a/ports/xorstr/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: xorstr
-Version: 2020-02-11
-Description: Heavily vectorized c++17 compile time string encryption
-Homepage: https://github.com/JustasMasiulis/xorstr
diff --git a/ports/xorstr/portfile.cmake b/ports/xorstr/portfile.cmake
index 0fbe6f2db..3a227fcbe 100644
--- a/ports/xorstr/portfile.cmake
+++ b/ports/xorstr/portfile.cmake
@@ -1,14 +1,11 @@
-# header-only library
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO JustasMasiulis/xorstr
- REF a774b984f5b5f15d39ba0a8623cd3c70c05d6007
- SHA512 339fe945e39d27dfc9a9f42bbf4ef008405934668784ee4b661ee9dd04ab0a0bea442c07e7315d1746edd047a6bb7aca7d382314a48fc593633d811cf67bdb2d
+ REF 42464c4fc1c32cb0d15f3656b30bfb38d9b65fc7
+ SHA512 e8d6ed2ed64bbd11ca304b6c8a6c2dd14544cedc8b8f7364ef8c34af374ebee76bfddd97258b7ff024f6d9929800158d1b3897d64c2b74d8c6f6f105d2844a1c
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/include/xorstr.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
-# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
diff --git a/ports/xorstr/vcpkg.json b/ports/xorstr/vcpkg.json
new file mode 100644
index 000000000..05ce8862e
--- /dev/null
+++ b/ports/xorstr/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "xorstr",
+ "version-date": "2020-11-29",
+ "description": "Heavily vectorized c++17 compile time string encryption",
+ "homepage": "https://github.com/JustasMasiulis/xorstr"
+}