diff options
| author | evpobr <evpobr@gmail.com> | 2019-05-26 21:50:20 +0500 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-05-26 09:50:20 -0700 |
| commit | aa56b8ad720939349e3b8e1f3d38c50635ac5091 (patch) | |
| tree | b818cd6ace54cc4eb2b9d984493fa6a75ecabfb3 | |
| parent | 61c9cd61633644074c8c71eb5aa37bf7130c3f4e (diff) | |
| download | vcpkg-aa56b8ad720939349e3b8e1f3d38c50635ac5091.tar.gz vcpkg-aa56b8ad720939349e3b8e1f3d38c50635ac5091.zip | |
[matroska] Upgrade to 1.5.1 (#6628)
* [matroska] Upgrade to 1.5.1
* [matroska] Fix hash to 1.5.1
| -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 6df74d070..9036584a3 100644 --- a/ports/matroska/CONTROL +++ b/ports/matroska/CONTROL @@ -1,4 +1,4 @@ Source: matroska -Version: 1.5.0-51648bb +Version: 1.5.1 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 de64bcb24..475292233 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 51648bb73e4f6a81be754c9a271fc681a1c78f7a - SHA512 f0369680dfc071837230ff409659c243563d341ebda55b475eee749e8abf305d149c8f8db5d649e87edf03d9c2b186ba8d452ec996eff402e5d1812e01ff32ae + REF release-1.5.1 + SHA512 6cb5ff4920ac9920fe4c0bca30b486c8b744661a553da1b7912e5b0b3370814bcf14640472b00c1e87138510cc4feca55555e1cb133c67bc60dc463b9dd615db HEAD_REF master ) |
