From 07bd3d4a69211250895d3ed30fd45f294d5512b9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 20 Sep 2017 17:10:02 +0200 Subject: [PATCH] xpra: update to 2.1.2. --- srcpkgs/xpra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index c139150e961..fc4a05446ac 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,6 +1,6 @@ # Template file for 'xpra' pkgname=xpra -version=2.1.1 +version=2.1.2 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=0777e8b4bb7efc2cf5dae1424f6c8383dc5ea377de415b3895d776a7606bed39 +checksum=16462cd3ee7e982eabdc411dad524db563f49395d5c1d5f0df479efa8c76ae28 if [ -z "$CROSS_BUILD" ]; then depends+=" python-PyOpenGL-accelerate"