From 1f203cb8c766c48fa39ba231c43c135f56f7af24 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 19 May 2021 11:32:01 +0200 Subject: [PATCH] libX11: update to 1.7.1. --- srcpkgs/libX11/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template index 2c62d583432..834dbb7bf21 100644 --- a/srcpkgs/libX11/template +++ b/srcpkgs/libX11/template @@ -1,6 +1,6 @@ # Template file for 'libX11' pkgname=libX11 -version=1.7.0 +version=1.7.1 revision=1 build_style=gnu-configure configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto @@ -12,7 +12,7 @@ maintainer="Leah Neukirchen " license="MIT" homepage="http://xorg.freedesktop.org/" distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2" -checksum=36c8f93b6595437c8cfbc9f08618bcb3041cbd303e140a0013f88e4c2977cb54 +checksum=e64e43deaa562cbfb0d5ada64670ec09c6fac7935262dcd77bbc6d984a535d47 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" libtool automake xorgproto xtrans"