aboutsummaryrefslogtreecommitdiff
path: root/ports/rs-core-lib
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-25 11:37:23 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-26 15:10:56 -0800
commitc7616b902bf7918d7d9702dda95c80bc6c1ca545 (patch)
tree0b8608bd138204be6f058594136b03cd540b3a56 /ports/rs-core-lib
parent3921fc3012f91efedc36961ce7f15700af47aa7d (diff)
downloadvcpkg-c7616b902bf7918d7d9702dda95c80bc6c1ca545.tar.gz
vcpkg-c7616b902bf7918d7d9702dda95c80bc6c1ca545.zip
[many ports] Upgrades
Diffstat (limited to 'ports/rs-core-lib')
-rw-r--r--ports/rs-core-lib/CONTROL2
-rw-r--r--ports/rs-core-lib/portfile.cmake15
2 files changed, 3 insertions, 14 deletions
diff --git a/ports/rs-core-lib/CONTROL b/ports/rs-core-lib/CONTROL
index f19aa7914..880c2fa3a 100644
--- a/ports/rs-core-lib/CONTROL
+++ b/ports/rs-core-lib/CONTROL
@@ -1,4 +1,4 @@
Source: rs-core-lib
-Version: commit-1ed2dadbda3977b13e5e83cc1f3eeca76b36ebe5
+Version: 2018-02-25
Description: Minimal common utilities by Ross Smith
diff --git a/ports/rs-core-lib/portfile.cmake b/ports/rs-core-lib/portfile.cmake
index 78ad34335..50acc7d08 100644
--- a/ports/rs-core-lib/portfile.cmake
+++ b/ports/rs-core-lib/portfile.cmake
@@ -1,21 +1,10 @@
-# Common Ambient Variables:
-# CURRENT_BUILDTREES_DIR = ${VCPKG_ROOT_DIR}\buildtrees\${PORT}
-# CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET}
-# CURRENT_PORT_DIR = ${VCPKG_ROOT_DIR}\ports\${PORT}
-# PORT = current port name (zlib, etc)
-# TARGET_TRIPLET = current triplet (x86-windows, x64-windows-static, etc)
-# VCPKG_CRT_LINKAGE = C runtime linkage type (static, dynamic)
-# VCPKG_LIBRARY_LINKAGE = target library linkage type (static, dynamic)
-# VCPKG_ROOT_DIR = <C:\path\to\current\vcpkg>
-# VCPKG_TARGET_ARCHITECTURE = target architecture (x64, x86, arm)
-#
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CaptainCrowbar/rs-core-lib
- REF 1ed2dadbda3977b13e5e83cc1f3eeca76b36ebe5
- SHA512 f84803fdd26f36b2a3748b9668253f058376e19740bc85e009726142b0b1f5906423729d9b71b224a995869a428a7e1e7b1f8afae897d416d9dfc1708b41975a
+ REF 971a8ca63bee277ef9826449c9da6233186f54f1
+ SHA512 a6ef5ff35684c71e19e10af32d8149c3b80dd26a0f81193f336842ec9f220e0bc249a223066076f0d43c06a540e27c7bc3f3e58bf253672084b917fba2c7cbd9
HEAD_REF master
)