Date: Saturday, February 20, 2021 @ 12:25:57 Author: arojas Revision: 866784
Update to 4.4.32 Modified: bctoolbox/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-20 12:25:51 UTC (rev 866783) +++ PKGBUILD 2021-02-20 12:25:57 UTC (rev 866784) @@ -2,7 +2,7 @@ # Contributor: Sergej Pupykin <[email protected]> pkgname=bctoolbox -pkgver=4.4.29 +pkgver=4.4.32 pkgrel=1 pkgdesc="A library written in C that allows you to create and run audio and video streams" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(mbedtls bcunit) makedepends=(cmake) source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz") -sha256sums=('63ed6f24e0a3e19947147416f14b31e6717a4218df2bdf1da6137f5e26d91062') +sha256sums=('ce59fd3aba51993aebc4ea96352f933428916eb10876084dabcfb14d9f22a5da') build() { cmake -B build -S $pkgname-$pkgver \
