Date: Thursday, April 15, 2021 @ 14:21:47 Author: arojas Revision: 919081
Update to 4.5.3 Modified: bctoolbox/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-15 14:21:32 UTC (rev 919080) +++ PKGBUILD 2021-04-15 14:21:47 UTC (rev 919081) @@ -2,7 +2,7 @@ # Contributor: Sergej Pupykin <[email protected]> pkgname=bctoolbox -pkgver=4.5.1 +pkgver=4.5.3 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=('f81e6efe261579ec0c6718292670ab690ba63f175419723f129c73b93bd5c5da') +sha256sums=('4dbbabd4e3db502722c22a08d91356b78a013257df16b562d918b9f5389f097d') build() { cmake -B build -S $pkgname-$pkgver \
