Skip to content

Commit

Permalink
Upgrades 2018.07.01
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Jul 3, 2018
1 parent 2f50e20 commit feb0e9a
Show file tree
Hide file tree
Showing 42 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion ports/abseil/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: abseil
Version: 2018-06-15
Version: 2018-07-01
Description: an open-source collection designed to augment the C++ standard library.
Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.
In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.
Expand Down
4 changes: 2 additions & 2 deletions ports/abseil/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO abseil/abseil-cpp
REF f44e1eed08cd7871de4fb7c40cae27c6f727455d
SHA512 954c7e4871b45bd9e0a33bc223bb4fe36848d51a4673e9b051da0063b6568cc633e9ec378d38ab8e546e98523d2f0e1f34803ea8b869199c82c41d6cb65ca62a
REF ba8d6cf07766263723e86736f20a51c1c9c67b19
SHA512 c57557021fc6c9d28dd64a2a784270981d208a6fe20ae495019c8fd57a7cd730a628f5608ddbd28b947ad69ee9ea0b023876d047e58acb9c7807c7068c16c28b
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/args/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: args
Version: 2018-05-17
Version: 2018-06-28
Description: A simple header-only C++ argument parser library.
4 changes: 2 additions & 2 deletions ports/args/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Taywee/args
REF bd0429e91f5bb140271870d5421e412bf78b9f31
SHA512 585314e572b97d9b1689f71617f33562da46652141f094a3845eeace7acedc8560e010e5b7fb7afa4ff2dc37a62724445f5c8650c0c6270d42c4b5fd271a5e76
REF 3de44ec671db452cc0c4ef86399b108939768abb
SHA512 ba0f6d3f35ffd49a1c96bdd7f614dd1aea5644c1350d17986021fee92a6075e12fdb5711d098087475231cec90ccd7c2dcabf42ab8880b6645dac27d391275fc
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/aws-sdk-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: aws-sdk-cpp
Version: 1.4.69
Version: 1.4.78
Description: AWS SDK for C++
Build-Depends: openssl (!uwp&!windows), curl (!uwp&!windows)
Default-Features: dynamodb, ec2, kms, rds, s3, sns, sqs
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-sdk-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aws/aws-sdk-cpp
REF 1.4.69
SHA512 2e7b238f8619590385ad94f0023987774674f0b7c544d8a2165a02395a27e02e4fb96746e07327282a9f77e35d19938b421ceb1973b2838a8a3d5a4b0d1245b4
REF 1.4.78
SHA512 f82db9a94d0683e75855e52e3d2bc808177ee70f5257953e728a36a234c14264a15e1ff1c20b15e6637b62f667bc0f536c91e774eb807a3d254a5e247e9a121f
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/azure-storage-cpp/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: azure-storage-cpp
Version: 4.0.0
Version: 5.0.0
Build-Depends: cpprestsdk, atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), libxml2 (!windows&!uwp), libuuid (!windows&!uwp)
Description: Microsoft Azure Storage Client SDK for C++
A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
4 changes: 2 additions & 2 deletions ports/azure-storage-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-storage-cpp
REF v4.0.0
SHA512 5ca264e014685852eb52b5b732d352e3eaaca3358d4bdf78ac2a571fd3b18f2d967583ce4ec64105fb87f0ef182a84671248f3f6a62c4886ff05dfa10c773605
REF v5.0.0
SHA512 730d082b4bf4ef73ee8aa5f8c87927149e4c2b65fc58dc9609f992ab8fcdd7e9fdbc4b77fbc46378ebd575196477dee7943db5d43724591d505aba511fe3052a
HEAD_REF master
PATCHES
${CMAKE_CURRENT_LIST_DIR}/cmake.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/breakpad/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: breakpad
Version: 2018-06-12
Version: 2018-06-28
Build-Depends: libdisasm
Description: a set of client and server components which implement a crash-reporting system.
4 changes: 2 additions & 2 deletions ports/breakpad/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/breakpad
REF 7b3afa9258e58a57ffbeb395d445811f92616ae9
SHA512 9ed5b3788529ca7ae6adec6abe8e56110eccd74f558013d396de89438bb8178d8b614de64ee6ba7c9bdd5b5a7b16f0fa1060884441e61b66741df427194c2c05
REF 79ba6a494fb2097b39f76fe6a4b4b4f407e32a02
SHA512 1c2f1f4cb483841b6a7fa0288f9c067b15bd2f04f0d86e9f68d0f3b5560cda84a2c5dd381216cb079666a70dcd7928c39b718e51b50a3f1de8f5a9a33e0737c5
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/chakracore/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: chakracore
Version: 1.8.5
Version: 1.10.0
Description: Core part of the Chakra Javascript engine
4 changes: 2 additions & 2 deletions ports/chakracore/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/ChakraCore
REF v1.8.5
SHA512 c5726870083ec6a4752c26b47e20c7bf1dbf424fdd88e751c85a1d955b4ba8eac530380022e66d7865e618ff0576b9489e93600602f68638b77c52927650b4aa
REF v1.10.0
SHA512 7bf8abe425ba35d31afff467bbfc0a1b44ceb5a66460f399ea3860d40233ccba9b70a380309a395ed028e876473a546baee49b4da5974798d97d129f8612f8f2
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cimg/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: cimg
Version: 2.2.3
Version: 2.3.2
Description: The CImg Library is a small, open-source, and modern C++ toolkit for image processing
4 changes: 2 additions & 2 deletions ports/cimg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ include(vcpkg_common_functions)

vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
REPO "dtschump/CImg"
REF v.2.2.3
REF v.2.3.2
HEAD_REF master
SHA512 0c92b4162e9259e447f9d1e777cc18b9df57cde77159681cdc8e15843f3c149fbf9ac7a420d63642d2a3aefb36bdb1740ef53d587a0983c32748f317605c16e0)
SHA512 9530a05e7df94e5811c07d5593ff8bcb36e4361dfab6594bb5c39f7eff4fe6640644edc9a243a9ebdeb35c24903ecf60d7b9bbbbd04210fa36bb0b6368cc2296)

file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})

Expand Down
2 changes: 1 addition & 1 deletion ports/folly/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: folly
Version: 2018.05.14.00-01
Version: 2018.06.25.00
Description: An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows
Build-Depends: openssl, libevent, double-conversion, glog, gflags, boost-chrono, boost-context, boost-conversion, boost-crc, boost-date-time, boost-filesystem, boost-multi-index, boost-program-options, boost-regex, boost-system, boost-thread
Default-Features: zlib
Expand Down
4 changes: 2 additions & 2 deletions ports/folly/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ set(ENV{PATH} "$ENV{PATH};${PYTHON3_DIR}")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/folly
REF v2018.05.14.00
SHA512 ea03bdd239a637729aa863034f2ff679fcb5b982d0ebb015d45b84317afa0faec31595a2069b6553e1cc265272783926e370888f046b8d0bbd7833af2b985cb1
REF v2018.06.25.00
SHA512 4961c02326005bcd82200f9e1b0b3d00c9afb60ed6dacdcc4f191095670122ea2fe33e91b3d638dc55664636af7c1b4f75b5f5c0c5cdfb0e8ca310ab28aa5ca3
HEAD_REF master
PATCHES
${CMAKE_CURRENT_LIST_DIR}/find-gflags.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/forest/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: forest
Version: 8.1.1
Version: 8.2.0
Description: Template library of tree data structures
4 changes: 2 additions & 2 deletions ports/forest/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xorz57/forest
REF 8.1.1
SHA512 6e203e35f72931fe5991aab996673cd4d587cdf23d5a6149b480e441e179c6ccfa756110612363947eb975c0f31842f9e96727514e77fdbb441adb523fc531df
REF 8.2.0
SHA512 737a491b585443b5beeee8eb252d4a4253b872dbef0dcfca33ae0d3ea3935e189de3a84dbdb6fe8d91a18a4bde07023de05cd39e3bd0fb226775bec38ee685be
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/jsonnet/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: jsonnet
Version: 2018-06-15
Version: 2018-06-28
Description: Jsonnet - The data templating language
4 changes: 2 additions & 2 deletions ports/jsonnet/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/jsonnet
REF 20d2a4cc3e8b285de7ecde96007099cefe00d44f
SHA512 e885b19b3c1df63fdf4ec7a59a89f6b70429c41cfb6510acde4adf9396725247dc9697b460c371fa43e88cbfd9c7cc3e9380981f8a387a80b5289e88595f7b38
REF c93f74374ea9ce904669bb4633fcbbfe558959d2
SHA512 7fec45ef1a566d5b0f8384a315cc19ae3e9a3def9717b8c94cdbed107dc3fe4cba9b003ddda4ed4916b32061a01ea5be6fcfbbccef90fbcaf4387a03d31fb679
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/lodepng/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: lodepng
Version: 2018-06-12
Version: 2018-06-28
Description: PNG encoder and decoder in C and C++
4 changes: 2 additions & 2 deletions ports/lodepng/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lvandeve/lodepng
REF 9426bf43031a3b0c37bc0c19b97448f316f5cf7e
SHA512 2b6018f9bfa37ce8aebf476cab60e192e9cd58642f9aae58f42678e8f870f4f06f45791733fe0c5335bf7a3e980ee0f17eaee283525e910864fd8dca123ef879
REF bd8f274fb51ef18b6d26b5f106ae4bef2150622e
SHA512 6082491dc5d6194e3ed2522c74de73f48f43ae91a5e47e04309ef7267a92412f860fec02241b5c0bd7728b931f4fbe6983727d9cf701a2cd4bd4affc6962d9b3
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/nana/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: nana
Version: 1.5.6
Version: 1.6.1
Description: Cross-platform library for GUI programming in modern C++ style.
Build-Depends: libpng, libjpeg-turbo, freetype (!uwp&&!windows), fontconfig (!uwp&&!windows)
4 changes: 2 additions & 2 deletions ports/nana/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cnjinhao/nana
REF v1.5.6
SHA512 6fccefcab845b3eeac08da39bb74ce53f8d83e0686fbc2375d35025427df5838b5194a727732ddf495427ac16af1c4428deb9e00a6e1d824725246d434529167
REF v1.6.1
SHA512 79a5176afe1ab88050ee0f3797615d20783acaf5b94688ae1efe61d08983865046af0cd3271969139c50ef23d927c1599bdb35e06760f717b508971d8531c882
HEAD_REF develop
)

Expand Down
2 changes: 1 addition & 1 deletion ports/nuklear/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: nuklear
Version: 2018-06-12
Version: 2018-07-01
Description: This is a minimal state immediate mode graphical user interface toolkit written in ANSI C and licensed under public domain
4 changes: 2 additions & 2 deletions ports/nuklear/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO vurtun/nuklear
REF f42a76e1763117420dac08496151ec4935217a62
SHA512 ac82026dd79c73bba4f86b6c6889c64b8da88179fb4a92c80c824c5c41652a01eb181d6de23fb4eeb90e0bfc293cae0e760c2f8061920a2d27da1383354a375f
REF aeb18269131ab2c8d579aab935e15a8f4b040e38
SHA512 174595cb9c196af2c7648b6f88d43f66585a97fd99e3147c2ab2e371821a1b56cf60178a1aef53ee09afb9213548993cff6be615a32c5c16dca1e0858c19e162
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/nuklear.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
Expand Down
2 changes: 1 addition & 1 deletion ports/pmdk/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: pmdk
Version: 1.4-2
Version: 1.4.1
Description: Persistent Memory Development Kit
4 changes: 2 additions & 2 deletions ports/pmdk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pmem/pmdk
REF 1.4
SHA512 95dbea9acfea4a6cb433a25f56f7484946a93fbce1c5e0e1d6ff36e0824e3e0e9f28f37024918998358f8ff12e69d0902fcf88357b9ad12695f32e06e86ffac8
REF 1.4.1
SHA512 c5398a0b728803f3ccc0787682a749e9685924338532f6ec61299e865fec60c0fd13b3bfafe65794a251fe809e69b321812b6c2fb27e3f08651e6e6abe8e1923
HEAD_REF master
PATCHES
"${CMAKE_CURRENT_LIST_DIR}/addPowerShellExecutionPolicy.patch"
Expand Down
2 changes: 1 addition & 1 deletion ports/re2/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: re2
Version: 2018-05-17
Version: 2018-06-28
Description: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
4 changes: 2 additions & 2 deletions ports/re2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/re2
REF 6cf8ccd82dbaab2668e9b13596c68183c9ecd13f
SHA512 3a088cd94516ff4410de63d6fcaff999161e75be8014713177cbd030c95a8802712219b032ad651ac4781011db5e385b6d6e8b4a665196637edc4033b41a2c3c
REF b277f4c78767c9df3aeaea848ff0059e60e358cc
SHA512 8ca786245a884a030ea522d5e01537982275dac66488d2a94ef5829ab07ef3ee706af6652f0203f17bb93c6a6dfeaed2e05692841aa54ce4e51f82b7784cfbff
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/rocksdb/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: rocksdb
Version: 5.13.3
Version: 5.12.5
Description: A library that provides an embeddable, persistent key-value store for fast storage
Default-Features: zlib

Expand Down
4 changes: 2 additions & 2 deletions ports/rocksdb/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO facebook/rocksdb
REF v5.13.3
SHA512 23b4d6f1f3484243c6334866c4e1fb41d75ad28d289cbbb8a56f002c801ec207eb321ac6a47b3511a1ad007325185161ad15d4f62aceeb98f5b728e30d998440
REF v5.12.5
SHA512 9b64f78977276fee47de1f1e7eb5b31504601a1c2adf3890e649eef746f235752cda74e06c1c681b31e7b56f5d0205ff10ee092d62432ced4fb5ce2e3d016463
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/rs-core-lib/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: rs-core-lib
Version: 2018-06-15
Version: 2018-07-01
Description: Minimal common utilities by Ross Smith

4 changes: 2 additions & 2 deletions ports/rs-core-lib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CaptainCrowbar/rs-core-lib
REF 73c6a4a9f274ed28588395550224fbd0572ab9ed
SHA512 92b01c926da565c4ffede85af902013a5bf11c807b5842d73dcbee893f6f7c1e84b49ed2eea75b47477e7b13387e37044de2a1a14ea4255616dd302230787b20
REF 73826343ba35eca320725925613adc85519a7316
SHA512 1413e3ad71c20705e3a657fd72ebc6eb7d1f559a865df39d3fcc096316bbb81e6f013c902059ee614869baa632cfb821fe1ceb52508fe3540456a508cabf8d9d
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/tbb/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: tbb
Version: 2018_U4
Version: 2018_U5
Description: Intel's Threading Building Blocks.
4 changes: 2 additions & 2 deletions ports/tbb/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO 01org/tbb
REF 2018_U4
SHA512 1903bf68f428f99e1d309f4d094c579f23504967c42a95d033fa7e9eeb15bd9da239a6670cb5ad13a08c29509dbffe4eec9117db109a86a1444f947865bb9d89
REF 2018_U5
SHA512 3e8d20276ccb1b50099f96b6cf968e3d0ada53caea1fa836ecb8652f1dca236fbbbf2c783e64ea2f761f7f21725064d19b72d176e35e4dc29706b8a30965153b
HEAD_REF tbb_2018)

if(TRIPLET_SYSTEM_ARCH STREQUAL x86)
Expand Down
2 changes: 1 addition & 1 deletion ports/thrift/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: thrift
Version: 2018-06-15
Version: 2018-06-28
Build-Depends: zlib, libevent, openssl, boost-range, boost-smart-ptr, boost-date-time, boost-locale, boost-scope-exit
Description: Apache Thrift is a software project spanning a variety of programming languages and use cases. Our goal is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible. Originally developed at Facebook, Thrift was open sourced in April 2007 and entered the Apache Incubator in May, 2008. Thrift became an Apache TLP in October, 2010.
4 changes: 2 additions & 2 deletions ports/thrift/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ vcpkg_find_acquire_program(BISON)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/thrift
REF b5471f63cb4bb8e3b00835a9ca9e48ff76a3bb51
SHA512 66034b35301a404aa20c8ddd84e7ed58c94cc0e68c3f393efa1d6ca855e785fa20c450ad06ae96949dafcbf23a69601c0d391d5bfb9ff9dcefbbef10405504cc
REF 129f332d72facda5d06f87e2b4e5e08bea0b6b44
SHA512 116737e549cbecdfadcfa1416b84a53efcc31c1aefabfcc6f46a00762c675bf17288da3164a9e1253a5c71430f9bd74efa6141a67d459984524df60fd27551da
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/unicorn-lib/CONTROL
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions ports/unicorn-lib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/zeromq/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: zeromq
Version: 2018-06-15
Version: 2018-07-01
Description: The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products
4 changes: 2 additions & 2 deletions ports/zeromq/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zeromq/libzmq
REF 85dfca3087893b4ccfc9d4e5b85f30518f1d70e6
SHA512 afb063ba4f2108796d1c0417b35be7dc456a3ccbecd5c14300e80c8e0f34c37a97b080079b54d05cfd579345816d7b65f512332c2f1512b62ff79813493d5d78
REF 7a9933f2e11a4cebd38f9aa942b56ccfd4629ebf
SHA512 55a5d9d6c15e7f521f4ffb95af46255915fe0ad28318470a3ded28836fd25dbfbf2efbfbeb16319603ac429ecca8f7b902ea8f110313dc6a6e243eb8a23217fb
HEAD_REF master
)

Expand Down

0 comments on commit feb0e9a

Please sign in to comment.