diff options
author | Timo Teräs <timo.teras@iki.fi> | 2019-03-14 11:54:31 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2019-03-14 11:54:31 +0200 |
commit | 076e7c1aff38be31e361892bdcee00cbbab6f000 (patch) | |
tree | f3ac2f04fbff5fc05e56d4f98bbf3a8b50d1c9a6 | |
parent | dc94e84efeadfc648aa9499b1710256e4d0daa4d (diff) | |
download | aports-076e7c1aff38be31e361892bdcee00cbbab6f000.tar.bz2 aports-076e7c1aff38be31e361892bdcee00cbbab6f000.tar.xz |
main/libmatroska: upgrade to 1.5.0
-rw-r--r-- | main/libmatroska/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libmatroska/APKBUILD b/main/libmatroska/APKBUILD index a966a23558..cf8b63ce73 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.4.9 +pkgver=1.5.0 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.6" +makedepends="cmake libebml-dev>=1.3.7" subpackages="$pkgname-dev" source="https://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.xz" @@ -33,4 +33,4 @@ package() { make install DESTDIR="$pkgdir" } -sha512sums="281224b66ce7ef39daf0f186cda1144250e190b914e64f4f2524e8bf0170a3d18dbc50f204d4ca8d7eaffe183a61f96c92ba6ec4325bacb068272d62cdbcef33 libmatroska-1.4.9.tar.xz" +sha512sums="eb59b5afd9d510c2d6c7408b0053a261cee6669a9f5bbb1a939d98d96ac6c9b8f340691e95310268f59c954a1d9f72322fd0ec7b442a74c56cd2e2c22eb3a754 libmatroska-1.5.0.tar.xz" |