From 03ff1e942de7ed58e89bcae3e289b7815d0a173f Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Wed, 10 Nov 2021 11:49:52 +0100 Subject: [PATCH] community/rtpengine: rebuild against libwebsockets.so.19 ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/13173 --- community/rtpengine/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/rtpengine/APKBUILD b/community/rtpengine/APKBUILD index 4bb5fed80c01..5b89a7f4116f 100644 --- a/community/rtpengine/APKBUILD +++ b/community/rtpengine/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=rtpengine pkgver=9.3.1.2 -pkgrel=2 +pkgrel=3 pkgdesc="Proxy for RTP traffic and other UDP based media traffic" url="https://github.com/sipwise/rtpengine" arch="all" -- GitLab