aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-02-22 14:35:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-03-04 15:22:02 +0000
commit280383464cc4c4ab689fe341d6339452d1cba95b (patch)
treedb46d85b748e18d90326a5172b041a818527b6d9
parent6561f96f77ff37d2f4b5d7b675d29604ee9e1c6c (diff)
downloadalpine_aports-280383464cc4c4ab689fe341d6339452d1cba95b.tar.bz2
alpine_aports-280383464cc4c4ab689fe341d6339452d1cba95b.tar.xz
alpine_aports-280383464cc4c4ab689fe341d6339452d1cba95b.zip
main/freeswitch: upgrade to 1.0.7
ref #532 ref #534 (cherry picked from commit c5416cf20701bb5896f80aafdc0f1f9a0d607bf2)
-rw-r--r--main/freeswitch/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD
index 8a6d30ceb1..f4281ee2bf 100644
--- a/main/freeswitch/APKBUILD
+++ b/main/freeswitch/APKBUILD
@@ -1,8 +1,8 @@
1# Contributor: Michael Mason <ms13sp@gmail.com> 1# Contributor: Michael Mason <ms13sp@gmail.com>
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=freeswitch 3pkgname=freeswitch
4pkgver=1.0.6 4pkgver=1.0.7
5pkgrel=17 5pkgrel=0
6pkgdesc="A communications platform written in C from the ground up" 6pkgdesc="A communications platform written in C from the ground up"
7url="http://www.freeswitch.org" 7url="http://www.freeswitch.org"
8license="GPL" 8license="GPL"
@@ -11,7 +11,7 @@ makedepends="curl-dev unixodbc-dev zlib-dev openssl-dev ncurses-dev
11 autoconf automake libtool libpri-dev bash" 11 autoconf automake libtool libpri-dev bash"
12install="$pkgname.pre-install $pkgname.post-install $pkgname.pre-upgrade" 12install="$pkgname.pre-install $pkgname.post-install $pkgname.pre-upgrade"
13subpackages="$pkgname-dev $pkgname-flite $pkgname-sample-config:conf" 13subpackages="$pkgname-dev $pkgname-flite $pkgname-sample-config:conf"
14source="http://files.freeswitch.org/freeswitch-$pkgver.tar.gz 14source="http://latest.freeswitch.org/freeswitch-$pkgver.tar.gz
15 modules.conf 15 modules.conf
16 freeswitch.confd 16 freeswitch.confd
17 freeswitch.initd 17 freeswitch.initd
@@ -103,7 +103,7 @@ conf() {
103 mkdir -p "$pkgdir"/etc/freeswitch/scripts 103 mkdir -p "$pkgdir"/etc/freeswitch/scripts
104} 104}
105 105
106md5sums="388effee587887a81fe7f411b7350590 freeswitch-1.0.6.tar.gz 106md5sums="0a685b4cdd2466da28695fc09b8fc11e freeswitch-1.0.7.tar.gz
107f2549767e058ec57b159b80b54446421 modules.conf 107f2549767e058ec57b159b80b54446421 modules.conf
108c608cca8ad773acebf201f581438c7e7 freeswitch.confd 108c608cca8ad773acebf201f581438c7e7 freeswitch.confd
109aa358c9ca0d8b93fabb6a36a5ed4c469 freeswitch.initd" 109aa358c9ca0d8b93fabb6a36a5ed4c469 freeswitch.initd"