diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-09-05 12:02:18 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-05 22:17:47 +0200 |
commit | 56fd53734731e13339edc2b82bdd63160f3f135d (patch) | |
tree | 0dfa576bae60fb3339aa4ffdf67bbf344553708d | |
parent | 83cdd08d9e08d1c5cb4d84018197d6da9e58f7f2 (diff) | |
download | buildroot-56fd53734731e13339edc2b82bdd63160f3f135d.tar.gz buildroot-56fd53734731e13339edc2b82bdd63160f3f135d.zip |
package/libva: bump version to 1.7.2
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 8e8d348a58..c2e5ea4644 100644 --- a/package/libva/libva.hash +++ b/package/libva/libva.hash @@ -1,2 +1,2 @@ -# From https://lists.freedesktop.org/archives/libva/2016-June/004034.html -sha1 6405ce9adcad2bc31122d766f2a99250657f9f8a libva-1.7.1.tar.bz2 +# From https://lists.freedesktop.org/archives/libva/2016-September/004379.html +sha1 a89680d34236fdc63adeec25cf431c005644b8c6 libva-1.7.2.tar.bz2 diff --git a/package/libva/libva.mk b/package/libva/libva.mk index b6a7ca53a6..df1758efcd 100644 --- a/package/libva/libva.mk +++ b/package/libva/libva.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBVA_VERSION = 1.7.1 +LIBVA_VERSION = 1.7.2 LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2 LIBVA_SITE = http://www.freedesktop.org/software/vaapi/releases/libva LIBVA_LICENSE = MIT |