aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJulius Francisco2012-08-11 03:53:34 +0800
committerAdam Vandenberg2012-08-10 13:52:38 -0700
commit09f0ab26c127fb186a0c8a1b7d678203d9534126 (patch)
treea34b40e789374c6c9dca8d04169ac6c8b98cd735 /Library/Formula
parentc163796a7d562fded7211138671bfeeb6638c12a (diff)
downloadhomebrew-09f0ab26c127fb186a0c8a1b7d678203d9534126.tar.bz2
freeswitch 1.2.0
Closes #14116. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/freeswitch.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/freeswitch.rb b/Library/Formula/freeswitch.rb
index 890c1c390..b4d81154c 100644
--- a/Library/Formula/freeswitch.rb
+++ b/Library/Formula/freeswitch.rb
@@ -2,8 +2,8 @@ require 'formula'
class Freeswitch < Formula
homepage 'http://freeswitch.org'
- url 'git://git.freeswitch.org/freeswitch.git', :tag => 'v1.0.6'
- version '1.0.6'
+ url 'git://git.freeswitch.org/freeswitch.git', :tag => 'v1.2.0'
+ version '1.2.0'
head 'git://git.freeswitch.org/freeswitch.git'
@@ -24,6 +24,7 @@ class Freeswitch < Formula
system "make"
system "make install"
+ system "make all cd-sounds-install cd-moh-install"
plist_path.write startup_plist
plist_path.chmod 0644