aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorEdward George2010-10-15 12:00:39 +0100
committerAdam Vandenberg2010-10-16 06:52:11 -0700
commite4111775c043c0874398ad357ab04073ca6039ac (patch)
treeef83e207a1eb22b5678ee82d3eebabde2c047080 /Library/Formula
parent60834d907dc0505961d89aa9420ff5111b73e831 (diff)
downloadhomebrew-e4111775c043c0874398ad357ab04073ca6039ac.tar.bz2
updated libimobiledevice to 1.0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libimobiledevice.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libimobiledevice.rb b/Library/Formula/libimobiledevice.rb
index 59fdc4185..c596a32ef 100644
--- a/Library/Formula/libimobiledevice.rb
+++ b/Library/Formula/libimobiledevice.rb
@@ -1,9 +1,9 @@
require 'formula'
class Libimobiledevice <Formula
- url 'http://www.libimobiledevice.org/downloads/libimobiledevice-1.0.1.tar.bz2'
+ url 'http://www.libimobiledevice.org/downloads/libimobiledevice-1.0.3.tar.bz2'
homepage 'http://www.libimobiledevice.org/'
- md5 '684edcf0946f5a8db95bfcced7626dbe'
+ md5 '68e68b5c2bea3ad99917add839d32cb2'
depends_on 'pkg-config' => :build
depends_on 'libtasn1'