From 288524f06fd32a1bb4076f37efb2ebfb837055d2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 30 Apr 2022 17:14:00 +0200 Subject: [PATCH] cwm: update to 7.1. --- srcpkgs/cwm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cwm/template b/srcpkgs/cwm/template index 4dcc6e1181..ce893dcec7 100644 --- a/srcpkgs/cwm/template +++ b/srcpkgs/cwm/template @@ -1,6 +1,6 @@ # Template file for 'cwm' pkgname=cwm -version=6.7 +version=7.1 revision=1 build_style=gnu-makefile hostmakedepends="pkg-config bison" @@ -10,7 +10,7 @@ maintainer="Leah Neukirchen " license="ISC" homepage="http://man.openbsd.org/cwm" distfiles="https://github.com/leahneukirchen/cwm/archive/v${version}.tar.gz" -checksum=fdd3d5b4fe9b1b03e1fc270d3dd5a031218589a8e40170e8438d2b9c44a35f08 +checksum=4a58c5cb4312d8d0f03ba657d7656c12d8d7c1277aeb1c05272984501597bd90 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat"