Signed-off-by: Lucas Stach <[email protected]> --- rules/xcb-proto.make | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/rules/xcb-proto.make b/rules/xcb-proto.make index ca54478561c9..fa0e0b97c64b 100644 --- a/rules/xcb-proto.make +++ b/rules/xcb-proto.make @@ -15,11 +15,11 @@ PACKAGES-$(PTXCONF_XCB_PROTO) += xcb-proto # # Paths and names # -XCB_PROTO_VERSION := 1.13 -XCB_PROTO_MD5 := abe9aa4886138150bbc04ae4f29b90e3 +XCB_PROTO_VERSION := 1.14.1 +XCB_PROTO_MD5 := ecd6955dab1a7b9ba9756a11b8bdb48f XCB_PROTO := xcb-proto-$(XCB_PROTO_VERSION) -XCB_PROTO_SUFFIX := tar.bz2 -XCB_PROTO_URL := http://xcb.freedesktop.org/dist/$(XCB_PROTO).$(XCB_PROTO_SUFFIX) +XCB_PROTO_SUFFIX := tar.xz +XCB_PROTO_URL := http://xorg.freedesktop.org/archive/individual/proto/$(XCB_PROTO).$(XCB_PROTO_SUFFIX) XCB_PROTO_SOURCE := $(SRCDIR)/$(XCB_PROTO).$(XCB_PROTO_SUFFIX) XCB_PROTO_DIR := $(BUILDDIR)/$(XCB_PROTO) XCB_PROTO_LICENSE := MIT -- 2.20.1 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
