diff options
| author | Josh Wisenbaker | 2011-05-10 18:14:45 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-10 20:15:54 -0700 |
| commit | 2fabf8a3e8fb4bdfc3eb5d6ac222e654e129ee9a (patch) | |
| tree | d34f48d0220c2684d68125094352cb3a1a0429ae /Library/Formula/libplist.rb | |
| parent | adedf338fb85a29e9e4dfb0af0741189d9b2d993 (diff) | |
| download | homebrew-2fabf8a3e8fb4bdfc3eb5d6ac222e654e129ee9a.tar.bz2 | |
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>
Diffstat (limited to 'Library/Formula/libplist.rb')
| -rw-r--r-- | Library/Formula/libplist.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libplist.rb b/Library/Formula/libplist.rb index 77a47a982..a1384fd2a 100644 --- a/Library/Formula/libplist.rb +++ b/Library/Formula/libplist.rb @@ -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' |
