diff --git a/mingw-w64-bcunit/PKGBUILD b/mingw-w64-bcunit/PKGBUILD index 6570599f5e..48c5a7d97e 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=5.3.7 +pkgver=5.3.11 pkgrel=1 pkgdesc="Lightweight system for writing, administering, and running unit tests in C (mingw-w64)" arch=('any') @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools" 'autogen') source=("https://github.com/BelledonneCommunications/bcunit/archive/${pkgver}/${_realname}-${pkgver}.tar.gz") -sha256sums=('8c1bc1f24fea00e78d1ec6f66fea1dab055e5d3c1858fb7865029df592bc670b') +sha256sums=('8373cfdd17e0a5fd69b78fc132a3d5b4b378ebf7306687e2a595f344d5b506e5') prepare() { cd "${srcdir}/${_realname}-${pkgver}"