diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-11-11 09:09:21 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-11-12 23:57:04 +0000 |
commit | fcd2a30c787d2c703c0ecefb01cce912a4c639f3 (patch) | |
tree | 4b600ccb132b8c597581cd2ab27e4be0831c6069 | |
parent | 4880c9b99dbc45d4ff7d972921cd32f36d22ccdb (diff) | |
download | aports-fcd2a30c787d2c703c0ecefb01cce912a4c639f3.tar.gz aports-fcd2a30c787d2c703c0ecefb01cce912a4c639f3.tar.bz2 aports-fcd2a30c787d2c703c0ecefb01cce912a4c639f3.tar.xz |
main/*: rebuild against libnetsnmp.so.40
-rw-r--r-- | main/freeswitch/APKBUILD | 2 | ||||
-rw-r--r-- | main/kamailio/APKBUILD | 2 | ||||
-rw-r--r-- | main/rsyslog/APKBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index 1c4866a5de..efc6b4cc6f 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Cameron Banta <cbanta@gmail.com> pkgname=freeswitch pkgver=1.10.5 -pkgrel=0 +pkgrel=1 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index 43074081e3..fce2873cf1 100644 --- a/main/kamailio/APKBUILD +++ b/main/kamailio/APKBUILD @@ -5,7 +5,7 @@ pkgname=kamailio pkgver=5.4.2 -pkgrel=0 +pkgrel=1 # If building from a git snapshot, specify the gitcommit # If building a proper release, leave gitcommit blank or commented diff --git a/main/rsyslog/APKBUILD b/main/rsyslog/APKBUILD index 545bb9aaf4..a37985c012 100644 --- a/main/rsyslog/APKBUILD +++ b/main/rsyslog/APKBUILD @@ -6,7 +6,7 @@ # Maintainer: Cameron Banta <cbanta@gmail.com> pkgname=rsyslog pkgver=8.2010.0 -pkgrel=0 +pkgrel=1 pkgdesc="Enhanced multi-threaded syslogd with database support and more" url="https://www.rsyslog.com/" arch="all !s390x" # limited by czmq |