diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-03-30 11:37:57 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-03-30 11:37:57 +0100 |
commit | ef6968e864d410ff4c09b116d8f80857e5c54471 (patch) | |
tree | 7c5c8b5dad30c16f8e15a54a88a5395289259978 | |
parent | c9b706d0da85a783b3533fc9f0deb74aa6f92ea9 (diff) |
Update libXext too 1.3.6
-rw-r--r-- | x11/libXext/Makefile | 4 | ||||
-rw-r--r-- | x11/libXext/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index 73172cc..f3a123a 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -1,6 +1,6 @@ COMMENT = library for common extensions to the X11 protocol -DISTNAME = libXext-1.3.4 +DISTNAME = libXext-1.3.6 CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxext @@ -12,7 +12,7 @@ SHARED_LIBS= Xext 13.0 # MIT PERMIT_PACKAGE = Yes -WANTLIB = X11 Xau Xdmcp xcb +WANTLIB = X11 Xau Xdmcp xcb pthread SITES = ${SITE_XORG:=lib/} diff --git a/x11/libXext/distinfo b/x11/libXext/distinfo index 2e641bb..22f9d7f 100644 --- a/x11/libXext/distinfo +++ b/x11/libXext/distinfo @@ -1,2 +1,2 @@ -SHA256 (libXext-1.3.4.tar.gz) = jvB4nygoJmYf9AqO7yJDA3hRasWAFn2jXMlIvpBBqsE= -SIZE (libXext-1.3.4.tar.gz) = 494434 +SHA256 (libXext-1.3.6.tar.gz) = GgrFzXkqVdXUZc7Y2/QD7QFsjm0UOAwOo2RsRBVJbj0= +SIZE (libXext-1.3.6.tar.gz) = 512169 |