From 5bb5f9f1ec949f44ff357b3dce3b58831ef25197 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 18 May 2022 14:40:20 +0200 Subject: [PATCH] Update mingw-w64-cppunit to 1.15.1 --- cppunit/mingw-w64/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cppunit/mingw-w64/PKGBUILD b/cppunit/mingw-w64/PKGBUILD index 5bcf3dbc..d41f8ef0 100644 --- a/cppunit/mingw-w64/PKGBUILD +++ b/cppunit/mingw-w64/PKGBUILD @@ -7,7 +7,7 @@ _name=cppunit pkgname=mingw-w64-cppunit -pkgver=1.15.0 +pkgver=1.15.1 pkgrel=1 pkgdesc="A C++ unit testing framework (mingw-w64)" arch=('any') @@ -17,7 +17,7 @@ depends=('mingw-w64-crt') makedepends=('mingw-w64-gcc' 'mingw-w64-configure') options=(!strip !buildflags !libtool staticlibs !emptydirs) source=("https://dev-www.libreoffice.org/src/${_name}-${pkgver}.tar.gz") -sha256sums=('1c61dfdb430e04ebb411e4b80fbd49fe7e63a1be0209a76d7c07501f02834922') +sha256sums=('89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7') _architectures="i686-w64-mingw32 x86_64-w64-mingw32"