aboutsummaryrefslogtreecommitdiff
path: root/ports/parson
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-04-15 22:30:11 -0700
committerPhil Christensen <philc@microsoft.com>2019-04-15 22:30:11 -0700
commitc95512aaf6cb590a5fd809075d012e617ad33525 (patch)
tree87af342c7cc8c8f613647df0d83fc72dfce4cd0e /ports/parson
parent56bc2f9160abc9f6f8e0d60cf282d58fbdafe112 (diff)
downloadvcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.tar.gz
vcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.zip
[many ports] Updates 2019.03.29 (#5698)
* Updates 2019.03.29 * Undo changes to 4 ports(rocksdb tbb thrift uwebsockets) due to failures * [folly] Fix target files in debug mode * Undo glog changes since it caused sophus openmvg and cartographer failures * Undo Folly changes since it cause wangle failed * Undo Folly portfile
Diffstat (limited to 'ports/parson')
-rw-r--r--ports/parson/CONTROL2
-rw-r--r--ports/parson/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/parson/CONTROL b/ports/parson/CONTROL
index 614ff7243..838785173 100644
--- a/ports/parson/CONTROL
+++ b/ports/parson/CONTROL
@@ -1,3 +1,3 @@
Source: parson
-Version: 2018-12-14
+Version: 2019-03-29
Description: a lighweight json library written in C
diff --git a/ports/parson/portfile.cmake b/ports/parson/portfile.cmake
index 16c5578f1..4be95f510 100644
--- a/ports/parson/portfile.cmake
+++ b/ports/parson/portfile.cmake
@@ -8,8 +8,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kgabis/parson
- REF 302fba9cbb31ffc523bf10a1ce705040194c289d
- SHA512 ecc1594fe6e27b8919ccdaf3c7e082d0d47aa5e20aec52235762b9cab8e371adec5a1760f4ea36405bf97cfb587d2bcbd81221f97a9d39290673e2ce61f5a49f
+ REF 395e70d85b675e98efbb9ea6e534c0c9d089dc4e
+ SHA512 6d89239cca57912618b1d29d6b9654e701b9dcfddf19f897dac14f60a347221c2ad30562c5d85a704a5d4359d891a0d93bbe4671f5459a71fcb47f5a6f1b856d
HEAD_REF master
)