libpurple 2.10.7
Closes Homebrew/homebrew#18541. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1e2a721652
commit
b70f83876d
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Libpurple < Formula
|
class Libpurple < Formula
|
||||||
homepage 'http://pidgin.im/'
|
homepage 'http://pidgin.im/'
|
||||||
url 'http://downloads.sourceforge.net/project/pidgin/Pidgin/2.10.6/pidgin-2.10.6.tar.bz2'
|
url 'http://downloads.sourceforge.net/project/pidgin/Pidgin/2.10.7/pidgin-2.10.7.tar.bz2'
|
||||||
sha1 'a0532e7ba2acd205d6a5a4e3624156a980fe3d43'
|
sha1 '01bc06e3a5712dded3ad4a4913ada12a3cd01e15'
|
||||||
|
|
||||||
depends_on 'pkg-config' => :build
|
depends_on 'pkg-config' => :build
|
||||||
depends_on 'intltool' => :build
|
depends_on 'intltool' => :build
|
||||||
|
|
Loading…
Reference in a new issue