diff options
author | Ted Trask <ttrask01@yahoo.com> | 2015-11-02 14:32:24 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2015-11-02 14:32:24 +0000 |
commit | 6b77f10741c9847b6ecdda544028696a3087efd3 (patch) | |
tree | 58566519c8b4aa82db000179fc2c31fde96a0677 /main | |
parent | 0998c3def332cac3b32968823c7d7a565b89d0d0 (diff) | |
download | aports-6b77f10741c9847b6ecdda544028696a3087efd3.tar.bz2 aports-6b77f10741c9847b6ecdda544028696a3087efd3.tar.xz |
main/acf-freeswitch: upgrade to 0.7.0
Diffstat (limited to 'main')
-rw-r--r-- | main/acf-freeswitch/APKBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/main/acf-freeswitch/APKBUILD b/main/acf-freeswitch/APKBUILD index fd0777ca0f..fab3de669d 100644 --- a/main/acf-freeswitch/APKBUILD +++ b/main/acf-freeswitch/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Ted Trask <ttrask01@yahoo.com> # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-freeswitch -pkgver=0.6.0 -pkgrel=1 +pkgver=0.7.0 +pkgrel=0 pkgdesc="ACF for freeswitch" url="http://git.alpinelinux.org/cgit/acf-freeswitch" -arch="all" +arch="noarch" license="GPL2" -depends="acf-core lua freeswitch" +depends="acf-core lua freeswitch lua-xml" makedepends="" install= subpackages="" @@ -20,6 +20,6 @@ package() { } -md5sums="7ec704403e7e362d7dcc18aef7eaf8c5 acf-freeswitch-0.6.0.tar.xz" -sha256sums="52ed13be630c7e3b744b3e23fcd5ece21d2b677276e25246cba6b6a5f006300b acf-freeswitch-0.6.0.tar.xz" -sha512sums="338ae06f77a3dd0fd32d86e64c307f0fc692889620ca924b4e6a7c70c59a15085efe1158e17ab0db70d4f3cb0cb7e9aa7300508d0e689d0132320d2042a6b4d1 acf-freeswitch-0.6.0.tar.xz" +md5sums="6acbe62626464423f27d76da9355e040 acf-freeswitch-0.7.0.tar.xz" +sha256sums="39904bee912daf7d39784031c088797b2d78699958c73340220cab14cc97a119 acf-freeswitch-0.7.0.tar.xz" +sha512sums="3e8d230821b2cf260cbbf6e637786a916db774f5fd5853766342d0439071a4f422227e3bc0f06da53c891a81d6b423d934c6a5b940892647590e7b0ce70439fb acf-freeswitch-0.7.0.tar.xz" |