From 3cc7c75bd3eb907a5b55817e6da7fcf120dd5ee6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 20 Oct 2023 15:01:35 +0200 Subject: [PATCH] cwm: update to 7.4. --- srcpkgs/cwm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cwm/template b/srcpkgs/cwm/template index ce893dcec72..881d2937342 100644 --- a/srcpkgs/cwm/template +++ b/srcpkgs/cwm/template @@ -1,6 +1,6 @@ # Template file for 'cwm' pkgname=cwm -version=7.1 +version=7.4 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=4a58c5cb4312d8d0f03ba657d7656c12d8d7c1277aeb1c05272984501597bd90 +checksum=b4f275143c8c716d7df1cfbb230f888c72aa861708e144d1749858f1cc6fcac0 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat"