Date: Tuesday, April 27, 2021 @ 13:06:59 Author: arojas Revision: 924766
Update to 4.5.10 Modified: bctoolbox/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-27 12:33:35 UTC (rev 924765) +++ PKGBUILD 2021-04-27 13:06:59 UTC (rev 924766) @@ -2,7 +2,7 @@ # Contributor: Sergej Pupykin <[email protected]> pkgname=bctoolbox -pkgver=4.5.7 +pkgver=4.5.10 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=('d6d1ef778f04b624a4d871f433f595d11a99e057e1d5240dc4125475d31fb5c0') +sha256sums=('bcf4806d738085b80f1bacc69383c29dd42c2a49492b559e59db08c1779f7ad0') build() { cmake -B build -S $pkgname-$pkgver \
