From 100ac5b519287cfd98ef22172548f05d9a81b064 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 21 Nov 2010 20:44:10 +0100 Subject: [PATCH] Mesa: update to Mesa-20101121 Signed-off-by: Stephan Raue --- packages/graphics/Mesa/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphics/Mesa/meta b/packages/graphics/Mesa/meta index e415c6490a..7ec71c8e25 100644 --- a/packages/graphics/Mesa/meta +++ b/packages/graphics/Mesa/meta @@ -14,6 +14,6 @@ PKG_LONGDESC="Mesa is a 3-D graphics library with an API which is very similar t PKG_IS_ADDON="no" if [ $MESA_MASTER = "yes" ]; then - PKG_VERSION="20101116" + PKG_VERSION="20101121" PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2" fi