diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-25 20:29:03 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-25 20:29:03 -0300 |
commit | 0555ad11211b3385c26d05a5d4447f92dda82fdc (patch) | |
tree | 53724591d68618a6bd98403b13eac433e06e3939 /testing/dav1d | |
parent | 352aeb7d973ffef0b94c9e48973a6c29566ef17f (diff) | |
download | aports-0555ad11211b3385c26d05a5d4447f92dda82fdc.tar.bz2 aports-0555ad11211b3385c26d05a5d4447f92dda82fdc.tar.xz |
testing/dav1d: upgrade to 0.5.1
Diffstat (limited to 'testing/dav1d')
-rw-r--r-- | testing/dav1d/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/dav1d/APKBUILD b/testing/dav1d/APKBUILD index c1200937a6..59f5ab7211 100644 --- a/testing/dav1d/APKBUILD +++ b/testing/dav1d/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=dav1d -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=0 pkgdesc="small and fast AV1 Decoder" url="https://code.videolan.org/videolan/dav1d" @@ -36,4 +36,4 @@ package() { DESTDIR="$pkgdir" ninja -C build install } -sha512sums="bfc912597b4be76d2673f2ed2cb2c09860abc8fa4df9832740540ce82bc0452c12cfc092e185b534d0c2e903e7394025959e67ef57034a26f161433e7671b7e8 dav1d-0.5.0.tar.bz2" +sha512sums="2d1e7888fa9c138903b4209647e907803d2444fc2afb219b9a45dcc4c75098128b299950750bd68970004ea413ad88933d4d651a3e4e0e1557506598a15cee3b dav1d-0.5.1.tar.bz2" |