aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pango.rb
diff options
context:
space:
mode:
authorAugie Fackler2010-03-24 22:17:25 -0500
committerAdam Vandenberg2010-04-20 13:07:08 -0700
commit23a8ab324e716909e76c97e598b005e8ec2bdfc5 (patch)
treecd629cf6d6679a6287763e0bf20c62b2e77c6d96 /Library/Formula/pango.rb
parentfc736822e8e15d0bc59672fae62123a56a6416ac (diff)
downloadhomebrew-23a8ab324e716909e76c97e598b005e8ec2bdfc5.tar.bz2
Update pango to latest version.
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Updated it further still.
Diffstat (limited to 'Library/Formula/pango.rb')
-rw-r--r--Library/Formula/pango.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb
index f95842a5a..7d0a47329 100644
--- a/Library/Formula/pango.rb
+++ b/Library/Formula/pango.rb
@@ -1,12 +1,12 @@
require 'formula'
class Pango <Formula
- url 'http://ftp.gnome.org/pub/gnome/sources/pango/1.26/pango-1.26.2.tar.bz2'
+ url 'http://ftp.gnome.org/pub/GNOME/sources/pango/1.28/pango-1.28.0.tar.bz2'
homepage 'http://www.pango.org/'
- md5 'f30212b8833af3ce5c82121dc309e3d0'
+ sha256 '68480485b714e3570a58c270add9e9785fa78068f7410949b478e8a9d3f5bc40'
- depends_on 'glib'
depends_on 'pkg-config'
+ depends_on 'glib'
def install
system "./configure", "--prefix=#{prefix}", "--with-x"