diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-07-29 22:12:50 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-29 22:51:47 +0200 |
commit | a99d7b67d458cbc30cb773de046087ff5ec737ca (patch) | |
tree | 348dced1e09bb759ca3a3ed1c7e406684c31a356 /package/mesa3d | |
parent | b65154c3e4e5c454359d1bef16ae33853cf383e7 (diff) | |
download | buildroot-a99d7b67d458cbc30cb773de046087ff5ec737ca.tar.gz buildroot-a99d7b67d458cbc30cb773de046087ff5ec737ca.zip |
package/{mesa3d, mesa3d-headers}: bump version to 10.6.3
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')
-rw-r--r-- | package/mesa3d/mesa3d.hash | 4 | ||||
-rw-r--r-- | package/mesa3d/mesa3d.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/mesa3d/mesa3d.hash b/package/mesa3d/mesa3d.hash index 4ba94ea1cd..459b7d6f9f 100644 --- a/package/mesa3d/mesa3d.hash +++ b/package/mesa3d/mesa3d.hash @@ -1,2 +1,2 @@ -# From http://lists.freedesktop.org/archives/mesa-announce/2015-July/000163.html -sha256 05753d3db4212900927b9894221a1669a10f56786e86a7e818b6e18a0817dca9 mesa-10.6.2.tar.xz +# From http://lists.freedesktop.org/archives/mesa-announce/2015-July/000165.html +sha256 58592e07c350cd2e8969b73fa83048c657a39fe2f13f3b88f5e5818fe2e4676d mesa-10.6.3.tar.xz diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk index 800d2f9b40..67408a3aac 100644 --- a/package/mesa3d/mesa3d.mk +++ b/package/mesa3d/mesa3d.mk @@ -5,7 +5,7 @@ ################################################################################ # When updating the version, please also update mesa3d-headers -MESA3D_VERSION = 10.6.2 +MESA3D_VERSION = 10.6.3 MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION) MESA3D_LICENSE = MIT, SGI, Khronos |