aboutsummaryrefslogtreecommitdiffstats
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)
downloadaports-280383464cc4c4ab689fe341d6339452d1cba95b.tar.bz2
aports-280383464cc4c4ab689fe341d6339452d1cba95b.tar.xz
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 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch
-pkgver=1.0.6
-pkgrel=17
+pkgver=1.0.7
+pkgrel=0
pkgdesc="A communications platform written in C from the ground up"
url="http://www.freeswitch.org"
license="GPL"
@@ -11,7 +11,7 @@ makedepends="curl-dev unixodbc-dev zlib-dev openssl-dev ncurses-dev
autoconf automake libtool libpri-dev bash"
install="$pkgname.pre-install $pkgname.post-install $pkgname.pre-upgrade"
subpackages="$pkgname-dev $pkgname-flite $pkgname-sample-config:conf"
-source="http://files.freeswitch.org/freeswitch-$pkgver.tar.gz
+source="http://latest.freeswitch.org/freeswitch-$pkgver.tar.gz
modules.conf
freeswitch.confd
freeswitch.initd
@@ -103,7 +103,7 @@ conf() {
mkdir -p "$pkgdir"/etc/freeswitch/scripts
}
-md5sums="388effee587887a81fe7f411b7350590 freeswitch-1.0.6.tar.gz
+md5sums="0a685b4cdd2466da28695fc09b8fc11e freeswitch-1.0.7.tar.gz
f2549767e058ec57b159b80b54446421 modules.conf
c608cca8ad773acebf201f581438c7e7 freeswitch.confd
aa358c9ca0d8b93fabb6a36a5ed4c469 freeswitch.initd"