summaryrefslogtreecommitdiffstats
path: root/libs/libdrm/DETAILS
diff options
context:
space:
mode:
authorTreeve Jelbert2016-07-21 10:16:43 +0200
committerTreeve Jelbert2016-07-21 10:20:29 +0200
commitb2cef44b73fad033f36b4d875b6eefc73dedfa96 (patch)
treebfd4315079295d8f2d42090e70fda5cd40b354ea /libs/libdrm/DETAILS
parent419c7b5dc6034ba264aa2cb8952785b7d28f8199 (diff)
libdrm: => 2.4.69
Diffstat (limited to 'libs/libdrm/DETAILS')
-rwxr-xr-xlibs/libdrm/DETAILS4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libdrm/DETAILS b/libs/libdrm/DETAILS
index a22ccfcdd8..6f771bc734 100755
--- a/libs/libdrm/DETAILS
+++ b/libs/libdrm/DETAILS
@@ -1,14 +1,14 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=libdrm
if [[ $LIBDRM_BRANCH == scm ]]; then
- VERSION="$(get_scm_version)"
+ VERSION=2.4.69
SOURCE=drm-git.tar.xz # Use the same source as drm
SOURCE_URL[0]=git://anongit.freedesktop.org/git/mesa/drm:drm-git
SOURCE_DIRECTORY="$BUILD_DIRECTORY/drm-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=2.4.68
+ VERSION=2.4.69
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dri.freedesktop.org/${SPELL}/${SOURCE}
SOURCE2=$SOURCE.sig