diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/freeswitch/APKBUILD | 4 | ||||
-rw-r--r-- | main/freeswitch/modules.conf | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index dc5b9f337..c98ddccfb 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -4,7 +4,7 @@ pkgname=freeswitch pkgver=1.0.7_p20110323 _ver=${pkgver%_p*} _snapshot=${pkgver#*_p} -pkgrel=0 +pkgrel=1 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" @@ -114,6 +114,6 @@ conf() { md5sums="ecca23d810c8ec1853c87c7fdc603bc5 freeswitch-1.0.7_p20110323.tar.gz 11883affe0839a8e15fe680aeb11b86e freeswitch-mod_shout-textrels.patch -a3383f46dc62ec1fa00eab584d7ee472 modules.conf +8363688bc8dd21ac1da0f840d770504b modules.conf c608cca8ad773acebf201f581438c7e7 freeswitch.confd aa358c9ca0d8b93fabb6a36a5ed4c469 freeswitch.initd" diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf index 9324502d7..beb351f19 100644 --- a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ -73,3 +73,4 @@ say/mod_say_fr say/mod_say_it say/mod_say_nl say/mod_say_zh +timers/mod_timerfd |