summaryrefslogtreecommitdiffstats
path: root/libs/libdrm/DETAILS
diff options
context:
space:
mode:
authorTreeve Jelbert2016-02-16 10:17:08 +0100
committerTreeve Jelbert2016-02-16 10:31:50 +0100
commit673630762476774861e09e0ccc934f5a76d71e89 (patch)
tree01d646077106d95a9d90ef953e6f9ca6ba16d7c8 /libs/libdrm/DETAILS
parentdf681b8b90233c5fe96bceaba409a9a4facc5741 (diff)
libdrm: => 2.4.67
Diffstat (limited to 'libs/libdrm/DETAILS')
-rwxr-xr-xlibs/libdrm/DETAILS8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/libdrm/DETAILS b/libs/libdrm/DETAILS
index 03c616a069..eb056c3174 100755
--- a/libs/libdrm/DETAILS
+++ b/libs/libdrm/DETAILS
@@ -1,15 +1,15 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=libdrm
if [[ $LIBDRM_BRANCH == scm ]]; then
- VERSION="$(get_scm_version)"
- SOURCE=drm-git.tar.bz2 # Use the same source as drm
+ VERSION=2.4.67
+ 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.66
- SOURCE_HASH=sha512:e0e3cea490389271690a79b5be8acd5e7c892a0646285617bd00d85f7c56ac163580c8c62d9fa79ed99e89468e35eaed6ac8be6ea870ce5ab09589f3e2d7f506
+ VERSION=2.4.67
+ SOURCE_HASH=sha512:3c48828b65b32a5e6a17b05b05d17ea02315b1c86c730d386d0680f2d8f312477cf5adc810a898a3734504c96ff376fc46b2d813b34cb8fe84a70b533c18ac2a
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dri.freedesktop.org/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"