diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/freeswitch/APKBUILD | 4 | ||||
-rw-r--r-- | main/freeswitch/modules.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index ab1b387a56..1a27453573 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=freeswitch pkgver=1.0.6 -pkgrel=12 +pkgrel=13 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" license="GPL" @@ -93,6 +93,6 @@ conf() { } md5sums="388effee587887a81fe7f411b7350590 freeswitch-1.0.6.tar.gz -10b10cdc4ba1719343a96c5b7b3fa910 modules.conf +1f9ed1daf9a1fb910571857c27b933ad modules.conf c608cca8ad773acebf201f581438c7e7 freeswitch.confd 6973e15d72e5876152b160bd9e8d282b freeswitch.initd" diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf index 9ef44b0cac..ca3fd9723f 100644 --- a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ -63,7 +63,7 @@ languages/mod_lua #languages/mod_perl #languages/mod_yaml xml_int/mod_xml_rpc -#xml_int/mod_xml_curl +xml_int/mod_xml_curl #xml_int/mod_xml_cdr #xml_int/mod_xml_ldap say/mod_say_en |