update libdrm version (fixes #4645) (#4646)

This commit is contained in:
Mark Olesen 2017-06-30 12:48:43 +01:00 committed by Adam J. Stewart
parent 9933d759ac
commit cabcfb032f

View File

@ -27,13 +27,13 @@
class Libdrm(Package): class Libdrm(Package):
"""A userspace library for accessing the DRM, direct """A userspace library for accessing the DRM, direct rendering manager,
rendering manager, on Linux, BSD and other operating on Linux, BSD and other systems supporting the ioctl interface."""
systems that support the ioctl interface."""
homepage = "http://dri.freedesktop.org/libdrm/" homepage = "http://dri.freedesktop.org/libdrm/"
url = "http://dri.freedesktop.org/libdrm/libdrm-2.4.59.tar.gz" url = "http://dri.freedesktop.org/libdrm/libdrm-2.4.59.tar.gz"
version('2.4.81', 'dc575dd661a082390e9f1366ca5734b0')
version('2.4.75', '743c16109d91a2539dfc9cc56130d695') version('2.4.75', '743c16109d91a2539dfc9cc56130d695')
version('2.4.70', 'a8c275bce5f3d71a5ca25e8fb60df084') version('2.4.70', 'a8c275bce5f3d71a5ca25e8fb60df084')
version('2.4.59', '105ac7af1afcd742d402ca7b4eb168b6') version('2.4.59', '105ac7af1afcd742d402ca7b4eb168b6')