From af79ccf975fe4f62aa6bc38db7de655a20100e2a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 13 May 2014 11:28:47 -0700 Subject: libotr 4.0.0 Closes #21735. --- Library/Formula/libotr.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libotr.rb b/Library/Formula/libotr.rb index d4cb4adcc..af7a062ae 100644 --- a/Library/Formula/libotr.rb +++ b/Library/Formula/libotr.rb @@ -2,14 +2,13 @@ require 'formula' class Libotr < Formula homepage 'http://www.cypherpunks.ca/otr/' - url 'http://www.cypherpunks.ca/otr/libotr-3.2.1.tar.gz' - sha1 '898bf00d019f49ca34cd0116dd2e22685c67c394' - revision 1 + url 'http://www.cypherpunks.ca/otr/libotr-4.0.0.tar.gz' + sha1 '8865e9011b8674290837afcf7caf90c492ae09cc' - depends_on 'libgcrypt' + depends_on "libgcrypt" def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}" system "make install" -- cgit v1.2.3