diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-01-27 14:42:29 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-01-27 15:56:16 +0100 |
commit | 9a893f56ce833a59aad0cb61a2f932aa622e4c8a (patch) | |
tree | 98a353221db51ce7d95324719883ad3c5fba64b5 /package/freeswitch/freeswitch.mk | |
parent | ffb5dee113b542fd8fa81a7ed32ac64946670224 (diff) | |
download | buildroot-9a893f56ce833a59aad0cb61a2f932aa622e4c8a.tar.gz buildroot-9a893f56ce833a59aad0cb61a2f932aa622e4c8a.zip |
package/freeswitch: bump version to 1.6.20
Added license hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/freeswitch/freeswitch.mk')
-rw-r--r-- | package/freeswitch/freeswitch.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk index defa00f47a..98f2f48356 100644 --- a/package/freeswitch/freeswitch.mk +++ b/package/freeswitch/freeswitch.mk @@ -4,7 +4,7 @@ # ################################################################################ -FREESWITCH_VERSION = 1.6.19 +FREESWITCH_VERSION = 1.6.20 FREESWITCH_SOURCE = freeswitch-$(FREESWITCH_VERSION).tar.xz FREESWITCH_SITE = http://files.freeswitch.org/freeswitch-releases # External modules need headers/libs from staging |