Date: Saturday, February 20, 2021 @ 12:29:00 Author: arojas Revision: 866791
Update to 4.4.32 Modified: ortp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-20 12:28:52 UTC (rev 866790) +++ PKGBUILD 2021-02-20 12:29:00 UTC (rev 866791) @@ -4,7 +4,7 @@ # Contributor: William Rea <[email protected]> pkgname=ortp -pkgver=4.4.29 +pkgver=4.4.32 pkgrel=1 pkgdesc="A Real-time Transport Protocol (RTP) library" arch=(x86_64) @@ -13,7 +13,7 @@ depends=(bctoolbox) makedepends=(cmake doxygen) source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz") -sha256sums=('103608efc3ace5a20206d37815831ae6b6e625d6563478b58bfdb459cb29d029') +sha256sums=('a67afa5d74c511cb46de8bc89a7fc491c527f28951661c58f19d9077fbb90b15') build() { cmake -B build -S $pkgname-$pkgver \
