diff options
| author | evpobr <evpobr@gmail.com> | 2019-05-28 21:34:27 +0500 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-05-28 09:34:27 -0700 |
| commit | 712361b0bc93714e2554be2a73b3e84374b37382 (patch) | |
| tree | dba74ad45fa0b54c83721e51d9f25d30fbf15bb6 /ports/matroska | |
| parent | 62d0697f435cd2ecac5af31d5ea47f183df1d163 (diff) | |
| download | vcpkg-712361b0bc93714e2554be2a73b3e84374b37382.tar.gz vcpkg-712361b0bc93714e2554be2a73b3e84374b37382.zip | |
[ebml, matroska] Upgrade ebml to v1.3.9 and matroska to v1.5.2 (#6662)
* [ebml] Upgrade to v1.3.9
* [matroska] Upgrade to v1.5.2
Diffstat (limited to 'ports/matroska')
| -rw-r--r-- | ports/matroska/CONTROL | 2 | ||||
| -rw-r--r-- | ports/matroska/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/matroska/CONTROL b/ports/matroska/CONTROL index 9036584a3..eca20aca6 100644 --- a/ports/matroska/CONTROL +++ b/ports/matroska/CONTROL @@ -1,4 +1,4 @@ Source: matroska -Version: 1.5.1 +Version: 1.5.2 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 475292233..bf41c8f1a 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.1 - SHA512 6cb5ff4920ac9920fe4c0bca30b486c8b744661a553da1b7912e5b0b3370814bcf14640472b00c1e87138510cc4feca55555e1cb133c67bc60dc463b9dd615db + REF release-1.5.2 + SHA512 5e819d611455efb1dd49ea26b6b124899b1f6ba07b4af93b2f3437ffe7c2c0089a922ef894a7c8612faddadeea75142d0604ee54e6c5822439dc8c65008e119b HEAD_REF master ) |
