diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-20 09:10:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-20 12:39:38 +0000 |
commit | 1488f38029a02f42a2b48de5be66b7e352323b04 (patch) | |
tree | e570b957990442123d19902d7b14eb5bf8b79206 | |
parent | 53f204015203ff233de06c55b9d1347ab631bcde (diff) | |
download | aports-1488f38029a02f42a2b48de5be66b7e352323b04.tar.bz2 aports-1488f38029a02f42a2b48de5be66b7e352323b04.tar.xz |
main/libva-glx: upgrade to 2.7.1
-rw-r--r-- | main/libva-glx/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libva-glx/APKBUILD b/main/libva-glx/APKBUILD index 5893697b89..bafb521697 100644 --- a/main/libva-glx/APKBUILD +++ b/main/libva-glx/APKBUILD @@ -3,7 +3,7 @@ # this package is to resolve the circular dependency libva -> mesa -> libva pkgname=libva-glx -pkgver=2.7.0 +pkgver=2.7.1 pkgrel=0 pkgdesc="Video Acceleration (VA) API for Linux with MESA support" url="https://01.org/linuxmedia" @@ -49,4 +49,4 @@ package() { mv $builddir/temp/* $pkgdir } -sha512sums="6f6c8f9a479f0265415c0926b52aaa4cf54ba5e63170196934f24aecd71ceb1e3f28f5afa2671307885db6f520d6f748f94025a7b62c59f72b8ad9d3744bbdf3 libva-2.7.0.tar.gz" +sha512sums="92cef4418eed3a0c6c0d9111abf65bbbd0163c4de5d902ae5219f51b825d4bb269aa39842f2a929d237612af58fbceb9785eebc5cb82cdd6aa68e253826cac8e libva-2.7.1.tar.gz" |