aboutsummaryrefslogtreecommitdiff
path: root/ports/matio
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-10-25 10:38:15 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-10-26 18:49:29 -0700
commitc538d6d99668bb416153aade75ed5dd9f7b7c28d (patch)
tree6b0f3ff43cf4d62ca87246437610a6888473223f /ports/matio
parentf5c8349a85df6cf9eafe24849fa734102105cb3d (diff)
downloadvcpkg-c538d6d99668bb416153aade75ed5dd9f7b7c28d.tar.gz
vcpkg-c538d6d99668bb416153aade75ed5dd9f7b7c28d.zip
Upgrades 2018.10.25
Diffstat (limited to 'ports/matio')
-rw-r--r--ports/matio/CONTROL2
-rw-r--r--ports/matio/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/matio/CONTROL b/ports/matio/CONTROL
index 7c891c035..df97421cf 100644
--- a/ports/matio/CONTROL
+++ b/ports/matio/CONTROL
@@ -1,4 +1,4 @@
Source: matio
-Version: 1.5.12
+Version: 1.5.13
Description: MATLAB MAT File I/O Library
Build-Depends: zlib, hdf5
diff --git a/ports/matio/portfile.cmake b/ports/matio/portfile.cmake
index 86d5b6a1f..f51424d55 100644
--- a/ports/matio/portfile.cmake
+++ b/ports/matio/portfile.cmake
@@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tbeu/matio
- REF v1.5.12
- SHA512 3bf6d2bf6460531dd2a740813bca3f3da6347b9fadb39803257f11bcceeaa7cf6657921c9ca9c8db02bf2020d5adf2ecf544b2455aa0ca897c0644493b1902a4
+ REF v1.5.13
+ SHA512 8525ee2c3f0e5cccf3dbae888d09a9477cbd1f2b17160fd15cc8e18792b027954ac18404ea74465ec6b8b5d057661502b1fc31fa6d119113139004c1bce7f712
HEAD_REF master
)