bcunit: update to 5.3.11

This commit is contained in:
Mehdi Chinoune
2024-01-22 17:05:13 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent f99b67b778
commit 913143a526

View File

@@ -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}"