Date: Friday, December 18, 2020 @ 21:58:52 Author: arojas Revision: 779701
Update to 4.4.19 Modified: ortp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-18 21:58:33 UTC (rev 779700) +++ PKGBUILD 2020-12-18 21:58:52 UTC (rev 779701) @@ -4,7 +4,7 @@ # Contributor: William Rea <[email protected]> pkgname=ortp -pkgver=4.4.17 +pkgver=4.4.19 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=('4368be03f7f1ec6a29ada80c1a962a4793964e1c58f4d9b9117e68332a401c93') +sha256sums=('d1268007775b05cce7a04f250751ab63c1e838c9ca9b2e30d41205a37fa9dba4') build() { cmake -B build -S $pkgname-$pkgver \
