aboutsummaryrefslogtreecommitdiff
path: root/ports/parson
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-09-18 02:28:21 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-09-19 14:13:12 -0700
commit64a7483a4a4c9d176896ec7aec08a6acef4ea8f3 (patch)
tree6e16e3922f50a795cb1b0125f84c62e6f55610fe /ports/parson
parent7e5bb652fba1d6ca805a73fd992ab5e7e1945b61 (diff)
downloadvcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.tar.gz
vcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.zip
Upgrades 2018.09.18
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 dddf27ef3..1210c7e2e 100644
--- a/ports/parson/CONTROL
+++ b/ports/parson/CONTROL
@@ -1,3 +1,3 @@
Source: parson
-Version: 2018-08-03
+Version: 2018-09-18
Description: a lighweight json library written in C
diff --git a/ports/parson/portfile.cmake b/ports/parson/portfile.cmake
index c90370de0..cfc1d861e 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 b58ac757a89fe85468681dacd504190ef58d2d39
- SHA512 8cc9e7e94d3476e1d48411a9e97950008fae0e30646d929521f7202737974cb6075f54ba05399947d2524a118e01a08bbeb652aab057ce358614f4d17f14eace
+ REF 0a1896939faff5f69e179637fc49f678ff0128ba
+ SHA512 cb982ce7dbbe0b5a4d08a28a459e9dce5347f90d75b0a37c56698f5b79ad37aa0bd22fe6b6d5c8a6fda2dd83b072605486581360b8ed3591012ebaa1e1518fc6
HEAD_REF master
)