libplist 1.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
deda418285
commit
0d74894c8e
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Libplist < Formula
|
||||
url 'http://cgit.sukimashita.com/libplist.git/snapshot/libplist-1.4.tar.bz2'
|
||||
url 'http://cgit.sukimashita.com/libplist.git/snapshot/libplist-1.6.tar.bz2'
|
||||
homepage 'http://cgit.sukimashita.com/libplist.git/'
|
||||
md5 '53c278ea6aa0617f45fad263c688b2a4'
|
||||
md5 '78fe4b8fb50e0bad267ffc6e77081cbe'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'glib'
|
||||
depends_on 'libxml2'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue