aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libotr.rb9
1 files changed, 4 insertions, 5 deletions
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"