aboutsummaryrefslogtreecommitdiff
path: root/ports/matroska
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-10-13 13:17:32 -0700
committerGitHub <noreply@github.com>2020-10-13 13:17:32 -0700
commit75bd2efe0dce862dfa025209b8cecc61a00a1852 (patch)
tree8f490bc7e3c4fffe5a1b3f641a6373a6ea341cc8 /ports/matroska
parente14917f04b2a79b22087cab67ab80c0e3d47c8ba (diff)
downloadvcpkg-75bd2efe0dce862dfa025209b8cecc61a00a1852.tar.gz
vcpkg-75bd2efe0dce862dfa025209b8cecc61a00a1852.zip
[many ports] 2019.09.14 Updates (#13536)
* [many ports] 2019.09.14 Updates * Revert failure ports * Revert failure ports * Revert failure ports * [urdfdom] Fix find dependency console_bridge * Revert failure ports * [devil] Compatible with jasper 2.0.20 * [devil] Refix compatible with jasper functions declaration on different os * Update ports/alembic/CONTROL Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Revert failure ports wangle * [azure-kinect-sensor-sdk] Fix build with matroska 1.6.2 * Revert failure ports * Revert failure ports * [urdfdom-headers] Fix include path in config.cmake file * upload patch * [urdfdom-headers] Refix include path in config.cmake file * [qt5-imageformats] Fix missing include math.h * [urdfdom-headers] Refix include path in config.cmake file * [qt5] Fix adding option PATCHES and other options when using qt_submodule_installation * Remove updated ports version * Commit suggestions * [libideviceactivation] revert Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/matroska')
-rw-r--r--ports/matroska/CONTROL2
-rw-r--r--ports/matroska/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/matroska/CONTROL b/ports/matroska/CONTROL
index 1a5235db7..81345c1eb 100644
--- a/ports/matroska/CONTROL
+++ b/ports/matroska/CONTROL
@@ -1,5 +1,5 @@
Source: matroska
-Version: 1.5.2
+Version: 1.6.2
Homepage: https://github.com/Matroska-Org/libmatroska
Description: a C++ libary to parse Matroska files (.mkv and .mka)
Build-Depends: ebml
diff --git a/ports/matroska/portfile.cmake b/ports/matroska/portfile.cmake
index bf41c8f1a..cb62df441 100644
--- a/ports/matroska/portfile.cmake
+++ b/ports/matroska/portfile.cmake
@@ -7,8 +7,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Matroska-Org/libmatroska
- REF release-1.5.2
- SHA512 5e819d611455efb1dd49ea26b6b124899b1f6ba07b4af93b2f3437ffe7c2c0089a922ef894a7c8612faddadeea75142d0604ee54e6c5822439dc8c65008e119b
+ REF 684560a3ce962a7abe89be93cc8ffa483f7f853f # release-1.6.2
+ SHA512 d9b0e392cc99d9eec99ef90431589778976508c5ccbd8bbb166f390653c27b4cc84de189f7cd3bf5b039ecb38a96b0e341cc39195099ec415cc48d40e0b78c01
HEAD_REF master
)