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