diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-11-11 13:13:48 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-11 23:34:16 +0100 |
commit | 91bc13cc98ca14e65fa4de6f6bb565a0a743814d (patch) | |
tree | 5422a9452c0808481dda695641f19e5fdf0e99d8 /package/mesa3d-headers | |
parent | eb7e90bf68379a8e82762255d7855ffcf788d99c (diff) | |
download | buildroot-91bc13cc98ca14e65fa4de6f6bb565a0a743814d.tar.gz buildroot-91bc13cc98ca14e65fa4de6f6bb565a0a743814d.zip |
package/{mesa3d, mesa3d-headers}: bump version to 17.2.5
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mesa3d-headers')
-rw-r--r-- | package/mesa3d-headers/mesa3d-headers.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk index c9db3f551b..a944353642 100644 --- a/package/mesa3d-headers/mesa3d-headers.mk +++ b/package/mesa3d-headers/mesa3d-headers.mk @@ -12,7 +12,7 @@ endif # Not possible to directly refer to mesa3d variables, because of # first/second expansion trickery... -MESA3D_HEADERS_VERSION = 17.2.4 +MESA3D_HEADERS_VERSION = 17.2.5 MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz MESA3D_HEADERS_SITE = https://mesa.freedesktop.org/archive MESA3D_HEADERS_LICENSE = MIT, SGI, Khronos |