libgadu 1.11.2

Upgrade to 1.11.2.  Tested on ML with XCode-4.4.1.

Closes Homebrew/homebrew#14055.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
nibbles 2bits 2012-08-08 08:45:12 -07:00 committed by Adam Vandenberg
parent 2ae858ab20
commit 2585885522

View file

@ -2,8 +2,8 @@ require 'formula'
class Libgadu < Formula
homepage 'http://toxygen.net/libgadu/'
url 'http://toxygen.net/libgadu/files/libgadu-1.11.0.tar.gz'
md5 'c779891298ce5d081c1e871e1e5b256d'
url 'http://toxygen.net/libgadu/files/libgadu-1.11.2.tar.gz'
sha1 '0e13836416b49212d5f17a74d8c2e72c5f915238'
def install
system './configure', "--prefix=#{prefix}", '--disable-debug', '--disable-dependency-tracking'