From 22dad26747918b875f12c655c7aa1d2a5035dc17 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sun, 5 Sep 2021 20:05:06 -0500 Subject: [PATCH] xlockmore: update to 5.67. --- srcpkgs/xlockmore/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xlockmore/template b/srcpkgs/xlockmore/template index 9ff5242adac..3764f1a66f8 100644 --- a/srcpkgs/xlockmore/template +++ b/srcpkgs/xlockmore/template @@ -1,6 +1,6 @@ # Template file for 'xlockmore' pkgname=xlockmore -version=5.66 +version=5.67 revision=1 build_style=gnu-configure configure_args="--with-xinerama $(vopt_if opengl '--with-opengl --with-mesa')" @@ -13,7 +13,7 @@ license="MIT" homepage="http://sillycycle.com/xlockmore.html" changelog="http://sillycycle.com/xlock/xlockmore.README" distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz" -checksum=5976a5c3662828d14522c90e06f28ddcfc8e57788fde08eb8b7a70e9ef3bab71 +checksum=a8607e170e0df4af8f707d3b38f7ceb0d0e128773d7e175e202092695f7f234c CFLAGS="-D_DEFAULT_SOURCE" build_options="opengl"