From d4ef2fae34649c64404c5947cd5c73f68d0ae0b8 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 22 Dec 2017 03:17:43 -0200 Subject: [PATCH] xpra: update to 2.2.1. --- srcpkgs/xpra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index 0861b6437db..fa17662eca3 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,6 +1,6 @@ # Template file for 'xpra' pkgname=xpra -version=2.2 +version=2.2.1 revision=1 build_style=python2-module conf_files=" @@ -19,7 +19,7 @@ maintainer="Leah Neukirchen " license="GPL-2" homepage="http://xpra.org/" distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz" -checksum=c21b5e83cbb5d26b3f014170c25fdc946433f3eef2d955892cf93bb86e89203e +checksum=81e103712d1543fb85880a28e25702efe3be9175d18274cb8d8ffb20b8485c14 if [ -z "$CROSS_BUILD" ]; then depends+=" python-PyOpenGL-accelerate"