Date: Monday, January 4, 2021 @ 23:45:50 Author: arojas Revision: 808312
Update to 4.4.22 Modified: ortp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-04 23:44:04 UTC (rev 808311) +++ PKGBUILD 2021-01-04 23:45:50 UTC (rev 808312) @@ -4,7 +4,7 @@ # Contributor: William Rea <[email protected]> pkgname=ortp -pkgver=4.4.21 +pkgver=4.4.22 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=('7f4510738a8483bc560880075bdb43028f597624b01e2e90d240e36366be733a') +sha256sums=('ac1dd448568f7c1cf57097d8c3e8603e15b0c23d8d380bc8f859342fd376b74e') build() { cmake -B build -S $pkgname-$pkgver \
