usbmuxd 1.0.7
Bump usbmuxd to 1.0.7 and add libplist to its dependencies so it builds without warnings. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
aecc801e60
commit
46250bbbee
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Usbmuxd < Formula
|
||||
url 'http://marcansoft.com/uploads/usbmuxd/usbmuxd-1.0.6.tar.bz2'
|
||||
url 'http://marcansoft.com/uploads/usbmuxd/usbmuxd-1.0.7.tar.bz2'
|
||||
homepage 'http://marcansoft.com/blog/iphonelinux/usbmuxd/'
|
||||
md5 'c8909cfd9253d8d1a5e26f2ff7e5908b'
|
||||
md5 '6f431541f3177fa06aa6df9ceecb2da0'
|
||||
|
||||
depends_on 'libusb'
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'libusb'
|
||||
depends_on 'libplist'
|
||||
|
||||
def install
|
||||
inreplace 'Modules/VersionTag.cmake', '"sh"', '"bash"'
|
||||
|
|
Loading…
Reference in a new issue