From bc36ef33bbfcfb0cb667f805238cb49807c0e7ea Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 12 Jul 2022 14:18:54 -0500 Subject: [PATCH] xlockmore: update to 5.70. --- srcpkgs/xlockmore/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xlockmore/template b/srcpkgs/xlockmore/template index c520c4d7b4c..e9439016cf1 100644 --- a/srcpkgs/xlockmore/template +++ b/srcpkgs/xlockmore/template @@ -1,6 +1,6 @@ # Template file for 'xlockmore' pkgname=xlockmore -version=5.69 +version=5.70 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=ea92654c001226848765a251a73bcbc473ccef17b721cc18d5361f59dbd6d3b9 +checksum=0f3bcb9b802416cd87bb6e163a3843fea5d7fad90ff04838da122c292c3d0da2 CFLAGS="-D_DEFAULT_SOURCE" build_options="opengl"