From 830cd16fdf405e996fec40657c0840252faa3ccf Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 30 Dec 2022 18:10:54 +0000 Subject: [PATCH] bcunit: update to 5.2.0 --- mingw-w64-bcunit/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-bcunit/PKGBUILD b/mingw-w64-bcunit/PKGBUILD index 972c001138..691691eefa 100644 --- a/mingw-w64-bcunit/PKGBUILD +++ b/mingw-w64-bcunit/PKGBUILD @@ -3,7 +3,7 @@ _realname=bcunit pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=3.0.2 +pkgver=5.2.0 pkgrel=1 pkgdesc="Lightweight system for writing, administering, and running unit tests in C (mingw-w64)" arch=('any') @@ -12,7 +12,7 @@ url="https://github.com/BelledonneCommunications/bcunit" license=('LGPL2') makedepends=('autogen' "${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-cc") source=("${_realname}-${pkgver}.tar.gz::https://github.com/BelledonneCommunications/bcunit/archive/${pkgver}.tar.gz") -sha256sums=('eb7090aca5006aa0cea425722cb3fa1a7139185a7d9d1734d57844f69084713f') +sha256sums=('67b9186c42bd91d076b33063a33837dbb11a753eb35ad7ed8db8d65cdf88ef83') prepare() { cd "${srcdir}/${_realname}-${pkgver}"