Add latest version of libxrender (#4013)

This commit is contained in:
Adam J. Stewart 2017-04-26 17:34:27 -05:00 committed by GitHub
parent 463d91cd9f
commit 369d370d0c

View File

@ -29,9 +29,10 @@ class Libxrender(AutotoolsPackage):
"""libXrender - library for the Render Extension to the X11 protocol."""
homepage = "http://cgit.freedesktop.org/xorg/lib/libXrender"
url = "https://www.x.org/archive/individual/lib/libXrender-0.9.9.tar.gz"
url = "https://www.x.org/archive/individual/lib/libXrender-0.9.10.tar.gz"
version('0.9.9', '0c797c4f2a7b782896bc223e6dac4333')
version('0.9.10', '98a14fc11aee08b4a1769426ab4b23a3')
version('0.9.9', '0c797c4f2a7b782896bc223e6dac4333')
depends_on('libx11@1.6:')