diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-10 15:27:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-11 07:12:57 +0000 |
commit | 1be1f0e18e9b690402f2dc4acc845ca32a81477b (patch) | |
tree | e436fa90cd7a3fd229aa11b704f67a55e9a9ee50 /main/freeswitch | |
parent | aeca7a1c388c166715c9a702620e434c0bc3f644 (diff) | |
download | aports-1be1f0e18e9b690402f2dc4acc845ca32a81477b.tar.bz2 aports-1be1f0e18e9b690402f2dc4acc845ca32a81477b.tar.xz |
main/freeswitch: rebuild against perl 5.28
Diffstat (limited to 'main/freeswitch')
-rw-r--r-- | main/freeswitch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index c395fa187a..a28f04656a 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Cameron Banta <cbanta@gmail.com> pkgname=freeswitch pkgver=1.8.5 -pkgrel=0 +pkgrel=1 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" |