diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-06-25 10:51:25 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-25 15:29:19 +0200 |
commit | c7f8161a35f24b6b0b6c54d211ba5f9c9691448d (patch) | |
tree | 80092c6e97ef15b6ff254f377a4e566f2564167b | |
parent | a6e1c90ef466f7a303848fe1aed1b8124a4928be (diff) | |
download | buildroot-c7f8161a35f24b6b0b6c54d211ba5f9c9691448d.tar.gz buildroot-c7f8161a35f24b6b0b6c54d211ba5f9c9691448d.zip |
package/libva: bump version to 1.7.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libva/libva.hash | 4 | ||||
-rw-r--r-- | package/libva/libva.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/libva/libva.hash b/package/libva/libva.hash index 02113651ba..8e8d348a58 100644 --- a/package/libva/libva.hash +++ b/package/libva/libva.hash @@ -1,2 +1,2 @@ -# From https://lists.freedesktop.org/archives/libva/2016-March/003885.html -sha1 e1e440da60b11986afb54fc130c7707f11827298 libva-1.7.0.tar.bz2 +# From https://lists.freedesktop.org/archives/libva/2016-June/004034.html +sha1 6405ce9adcad2bc31122d766f2a99250657f9f8a libva-1.7.1.tar.bz2 diff --git a/package/libva/libva.mk b/package/libva/libva.mk index e11bed3c96..b6a7ca53a6 100644 --- a/package/libva/libva.mk +++ b/package/libva/libva.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBVA_VERSION = 1.7.0 +LIBVA_VERSION = 1.7.1 LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2 LIBVA_SITE = http://www.freedesktop.org/software/vaapi/releases/libva LIBVA_LICENSE = MIT |