diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-07 11:02:23 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-07 11:02:23 +0200 |
commit | e33c4cd6eee6ea1eeb7b7197dbfab09f907764ca (patch) | |
tree | ca55fc929bce931e4ebfefcd6f701adb19922e14 /main | |
parent | f5ac56f46967cb1490239f005a58e84ebe072487 (diff) | |
download | aports-e33c4cd6eee6ea1eeb7b7197dbfab09f907764ca.tar.bz2 aports-e33c4cd6eee6ea1eeb7b7197dbfab09f907764ca.tar.xz |
main/kamailio: rebuild against new libevent
Diffstat (limited to 'main')
-rw-r--r-- | main/kamailio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index 510b930cdf..95e7c0221e 100644 --- a/main/kamailio/APKBUILD +++ b/main/kamailio/APKBUILD @@ -13,7 +13,7 @@ _gittag=HEAD pkgver=4.4.5 -pkgrel=0 +pkgrel=1 [ -z "${_gitcommit}" ] && _suffix="_src" || _suffix="-${_gitcommit}" pkgdesc="Open Source SIP Server" |