aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-04 13:23:57 -0700
committerAdam Vandenberg2012-09-04 13:23:57 -0700
commit5bd2bac511ddabfbe52770cdb35a574009de3054 (patch)
tree4a37b0f66a64a214df069684222796f4d48d6ef8 /Library
parentb2475542201baf3315cd5e12aa93776943ae11cf (diff)
downloadhomebrew-5bd2bac511ddabfbe52770cdb35a574009de3054.tar.bz2
libeXosip2 3.6.0
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libexosip.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/libexosip.rb b/Library/Formula/libexosip.rb
index 35790fb74..4954a1b65 100644
--- a/Library/Formula/libexosip.rb
+++ b/Library/Formula/libexosip.rb
@@ -1,15 +1,16 @@
require 'formula'
class Libexosip < Formula
- url 'http://www.very-clever.com/download/nongnu/exosip/libeXosip2-3.3.0.tar.gz'
homepage 'http://www.antisip.com/as/'
- md5 'a2739067b51c1e417c5aef9606b285b2'
+ url 'http://download.savannah.gnu.org/releases/exosip/libeXosip2-3.6.0.tar.gz'
+ sha1 'a53d699208a22a4edf2d239e1dc3a2f4c1fee0d2'
depends_on 'pkg-config' => :build
depends_on 'libosip'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end