libplist 1.4

Bump libplist to 1.4 to fix some major bugs.
Also update the project to its new homepage.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Josh Wisenbaker 2011-05-10 18:14:45 -04:00 committed by Adam Vandenberg
parent d711e966be
commit aecc801e60

View file

@ -1,9 +1,9 @@
require 'formula'
class Libplist < Formula
url 'http://cloud.github.com/downloads/JonathanBeck/libplist/libplist-1.3.tar.bz2'
homepage 'https://github.com/JonathanBeck/libplist'
md5 '0f48f4da8ddba5d7e186307622bf2c62'
url 'http://cgit.sukimashita.com/libplist.git/snapshot/libplist-1.4.tar.bz2'
homepage 'http://cgit.sukimashita.com/libplist.git/'
md5 '53c278ea6aa0617f45fad263c688b2a4'
depends_on 'cmake' => :build
depends_on 'glib'