aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libva-utils
diff options
context:
space:
mode:
authorTaner Tas <taner76@gmail.com>2017-12-12 15:26:22 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-12-19 14:10:31 +0000
commitd00499aa9b4b1d9968eebd67015df4c7febbde57 (patch)
tree5d9da023bd7f857d42db47904964fd4758230851 /testing/libva-utils
parentf848382dce16883797b6129e99afea3c53f0e12c (diff)
downloadaports-d00499aa9b4b1d9968eebd67015df4c7febbde57.tar.bz2
aports-d00499aa9b4b1d9968eebd67015df4c7febbde57.tar.xz
testing/libva-utils: upgrade to 2.0.0
Diffstat (limited to 'testing/libva-utils')
-rw-r--r--testing/libva-utils/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libva-utils/APKBUILD b/testing/libva-utils/APKBUILD
index 8399946b2e..98288d51ea 100644
--- a/testing/libva-utils/APKBUILD
+++ b/testing/libva-utils/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Taner Tas <taner76@gmail.com>
pkgname=libva-utils
-pkgver="1.8.2"
+pkgver="2.0.0"
pkgrel=0
pkgdesc="Intel VA-API Media Applications and Scripts for libva"
url="https://github.com/01org/libva-utils"
arch="all"
license="custom"
makedepends="mesa-dev libva-dev autoconf automake libtool"
-source="${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+source="https://github.com/01org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
options="!check"
builddir="${srcdir}/${pkgname}-${pkgver}"
build() {
@@ -33,4 +33,4 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="e6d1e025d1c27112bf61869fa097a27c81bff9fb1ed5226842f3c7685852b4cc8903b0a29204d3c85bc4513dab9331b327de0f93c9493a411ab15e7e577ce616 libva-utils-1.8.2.tar.gz"
+sha512sums="6f6da5ca99745f78ad1ee9c7fa8c9d986a5a4360b8e7b01031fd33bfe3884075291c7596817824f7dbd310b07614b0633b60cf29195769e651e2e8c579d1d211 libva-utils-2.0.0.tar.bz2"