diff options
-rw-r--r-- | main/bind/APKBUILD | 2 | ||||
-rw-r--r-- | main/bluez/APKBUILD | 2 | ||||
-rw-r--r-- | main/freeradius/APKBUILD | 2 | ||||
-rw-r--r-- | main/kamailio/APKBUILD | 2 | ||||
-rw-r--r-- | main/syslog-ng/APKBUILD | 2 | ||||
-rw-r--r-- | main/zmap/APKBUILD | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/main/bind/APKBUILD b/main/bind/APKBUILD index 200775e2d8..2260630509 100644 --- a/main/bind/APKBUILD +++ b/main/bind/APKBUILD @@ -10,7 +10,7 @@ _ver=${pkgver%_p*} _p=${pkgver#*_p} _major=${pkgver%%.*} [ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p" -pkgrel=6 +pkgrel=7 pkgdesc="The ISC DNS server" url="https://www.isc.org" arch="all" diff --git a/main/bluez/APKBUILD b/main/bluez/APKBUILD index 5d49787de3..89d8987132 100644 --- a/main/bluez/APKBUILD +++ b/main/bluez/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bluez pkgver=5.54 -pkgrel=2 +pkgrel=3 pkgdesc="Tools for the Bluetooth protocol stack" url="http://www.bluez.org/" arch="all" diff --git a/main/freeradius/APKBUILD b/main/freeradius/APKBUILD index a194e10484..0d864e7f50 100644 --- a/main/freeradius/APKBUILD +++ b/main/freeradius/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=freeradius pkgver=3.0.21 -pkgrel=2 +pkgrel=3 pkgdesc="RADIUS (Remote Authentication Dial-In User Service) server" url="https://freeradius.org/" arch="all" diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index 772ce0243c..272126ddd6 100644 --- a/main/kamailio/APKBUILD +++ b/main/kamailio/APKBUILD @@ -5,7 +5,7 @@ pkgname=kamailio pkgver=5.2.5 -pkgrel=2 +pkgrel=3 # If building from a git snapshot, specify the gitcommit # If building a proper release, leave gitcommit blank diff --git a/main/syslog-ng/APKBUILD b/main/syslog-ng/APKBUILD index 98d53c89d0..77a568a4cf 100644 --- a/main/syslog-ng/APKBUILD +++ b/main/syslog-ng/APKBUILD @@ -5,7 +5,7 @@ # Maintainer: jv <jens@eisfair.org> pkgname=syslog-ng pkgver=3.26.1 -pkgrel=0 +pkgrel=1 pkgdesc="Next generation logging daemon" url="https://www.syslog-ng.com/products/open-source-log-management/" arch="all" diff --git a/main/zmap/APKBUILD b/main/zmap/APKBUILD index c34ced5175..872e3b146e 100644 --- a/main/zmap/APKBUILD +++ b/main/zmap/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=zmap pkgver=2.1.1 -pkgrel=5 +pkgrel=6 pkgdesc="A high performance internet scanner" url="https://www.zmap.io/" arch="all" |