aboutsummaryrefslogtreecommitdiffstats
path: root/main/libmatroska
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-28 01:06:00 -0300
committerTimo Teräs <timo.teras@iki.fi>2019-05-28 09:08:31 +0300
commit9bcc351e36d97ca4af68e32aa51104eb7f8f399c (patch)
treec53b388842cfc11c05068c909a7598252c7f3def /main/libmatroska
parentbe363aaa23e21a549de739dd172b2763a4f80f8f (diff)
downloadaports-9bcc351e36d97ca4af68e32aa51104eb7f8f399c.tar.bz2
aports-9bcc351e36d97ca4af68e32aa51104eb7f8f399c.tar.xz
main/libmatroska: upgrade to 1.5.2
Diffstat (limited to 'main/libmatroska')
-rw-r--r--main/libmatroska/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libmatroska/APKBUILD b/main/libmatroska/APKBUILD
index dacffbca4f..960a090b4f 100644
--- a/main/libmatroska/APKBUILD
+++ b/main/libmatroska/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libmatroska
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=0
pkgdesc="Extensible multimedia container format based on EBML"
url="https://www.matroska.org"
arch="all"
options="!check" # Tests don't build; 'make check' target disabled by upstream
license="LGPL-2.1-or-later"
-makedepends="cmake libebml-dev>=1.3.7"
+makedepends="cmake libebml-dev>=1.3.9"
subpackages="$pkgname-dev"
source="https://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.xz"
@@ -33,4 +33,4 @@ package() {
make install DESTDIR="$pkgdir"
}
-sha512sums="5c65b903abd2f42e2270749c0570b1c1f7d65f87d7eb6a3f5480af3cee6614c74b3566858f1afe3c71cdea6085c1a114e53b08bfb043691018ee7f23ce4b8ef2 libmatroska-1.5.1.tar.xz"
+sha512sums="122b71b91ae89e2a7cc89db17655a006248d58f18d913b4f9ffc885aef7e39681a3a16eed43cd8ecd949c570a939007797c79829f5ee87d08562aee3f0224ba2 libmatroska-1.5.2.tar.xz"