aboutsummaryrefslogtreecommitdiff
path: root/ports/unicorn-lib
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-28 02:12:04 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-07-03 00:52:10 -0700
commitfeb0e9af9a730471f26fb2fc28d0fcaba3388d51 (patch)
treee9d0cafc3cea7991ff81dc7751bc9b7b09abb17e /ports/unicorn-lib
parent2f50e20a3688088490f50b158e0ab14944217b90 (diff)
downloadvcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.tar.gz
vcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.zip
Upgrades 2018.07.01
Diffstat (limited to 'ports/unicorn-lib')
-rw-r--r--ports/unicorn-lib/CONTROL2
-rw-r--r--ports/unicorn-lib/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/unicorn-lib/CONTROL b/ports/unicorn-lib/CONTROL
index 3c33098bf..9cb8ece75 100644
--- a/ports/unicorn-lib/CONTROL
+++ b/ports/unicorn-lib/CONTROL
@@ -1,4 +1,4 @@
Source: unicorn-lib
-Version: 2018-06-15-1
+Version: 2018-07-01
Description: Unicode library for C++ by Ross Smith
Build-Depends: rs-core-lib, pcre2, zlib, libiconv
diff --git a/ports/unicorn-lib/portfile.cmake b/ports/unicorn-lib/portfile.cmake
index 672d7d96a..80bafaffe 100644
--- a/ports/unicorn-lib/portfile.cmake
+++ b/ports/unicorn-lib/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CaptainCrowbar/unicorn-lib
- REF 4ea6cabdee6312d069ceb55195818e1daa331eb3
- SHA512 25bb3192037e01a3d2732a4b4941a9a67a6ddd7c218e8477202b16ff3ffaf399e0b2c15bebb2245765a0ef3c7c35bcf23c2525c4fad0cfd745118e3f82c8b90c
+ REF 62511cdbb588d9a2a4bfee1d570ecd9731f285bf
+ SHA512 738575dd5e1fd8b50920529e76fc7ec1777dcec400507eb725b5b65f72ddaac6a788cc3f6ea9c2312e5ea422910c7aa506b5c0d01470810eabfb38df152eab97
HEAD_REF master
)