Add latest version of xproto (#4010)
This commit is contained in:
parent
581635c5ab
commit
463d91cd9f
1 changed files with 2 additions and 1 deletions
|
@ -36,8 +36,9 @@ class Xproto(AutotoolsPackage):
|
|||
common definitions and porting layer."""
|
||||
|
||||
homepage = "http://cgit.freedesktop.org/xorg/proto/x11proto"
|
||||
url = "https://www.x.org/archive/individual/proto/xproto-7.0.29.tar.gz"
|
||||
url = "https://www.x.org/archive/individual/proto/xproto-7.0.31.tar.gz"
|
||||
|
||||
version('7.0.31', '04b925bf9e472c80f9212615cd684f1e')
|
||||
version('7.0.29', '16a78dd2c5ad73011105c96235f6a0af')
|
||||
|
||||
depends_on('pkg-config@0.9.0:', type='build')
|
||||
|
|
Loading…
Reference in a new issue