bcunit: update to 5.3.101

This commit is contained in:
Mehdi Chinoune 2025-01-07 17:41:56 +00:00 committed by مهدي شينون (Mehdi Chinoune)
parent 3b9b7d4349
commit 26265cb997

View File

@ -3,7 +3,7 @@
_realname=bcunit
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=5.3.23
pkgver=5.3.101
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=('7b840dc1bda8dd7e11b97c5516a78072c588a4f67a11d2414c2be319c57938ca')
sha256sums=('a89ce3b6034db96e392b6572d4a9d29f7fe7824580b8f28acf2b3da4418f1ac7')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"