libGL: update to 13.0.2.

This commit is contained in:
Juan RP 2016-11-29 13:15:06 +01:00
parent 632198cdcd
commit 5da130cd71

View file

@ -1,6 +1,6 @@
# Template build file for 'libGL'. # Template build file for 'libGL'.
pkgname=libGL pkgname=libGL
version=13.0.1 version=13.0.2
revision=1 revision=1
wrksrc="mesa-${version}" wrksrc="mesa-${version}"
build_style=gnu-configure build_style=gnu-configure
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.mesa3d.org/" homepage="http://www.mesa3d.org/"
license="MIT, LGPL-2.1" license="MIT, LGPL-2.1"
distfiles="https://mesa.freedesktop.org/archive/${version}/mesa-${version}.tar.xz" distfiles="https://mesa.freedesktop.org/archive/${version}/mesa-${version}.tar.xz"
checksum=71962fb2bf77d33b0ad4a565b490dbbeaf4619099c6d9722f04a73187957a731 checksum=a6ed622645f4ed61da418bf65adde5bcc4bb79023c36ba7d6b45b389da4416d5
# static_assert() # static_assert()
CFLAGS="-std=c11" CFLAGS="-std=c11"