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:
parent
2ae858ab20
commit
2585885522
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue