diff options
| author | ojab | 2015-02-05 02:22:15 +0300 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-05 11:25:22 +0000 |
| commit | 3cd9c120a1d3a64a4d956b5d613399f8b86e9d9d (patch) | |
| tree | c745977e29a57151a0373abe4018563608ab56e8 /Library | |
| parent | 39323943b761aa989cbc0f26d9b4fc2be352ebd2 (diff) | |
| download | homebrew-3cd9c120a1d3a64a4d956b5d613399f8b86e9d9d.tar.bz2 | |
libimobiledevice 1.2.0
Also bump revision of ideviceinstaller/ifuse/ios-webkit-debug-proxy
Closes #36538.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ideviceinstaller.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/ifuse.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/ios-webkit-debug-proxy.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/libimobiledevice.rb | 4 |
4 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/ideviceinstaller.rb b/Library/Formula/ideviceinstaller.rb index 93928fcb4..89dbc3a30 100644 --- a/Library/Formula/ideviceinstaller.rb +++ b/Library/Formula/ideviceinstaller.rb @@ -4,6 +4,7 @@ class Ideviceinstaller < Formula homepage "http://www.libimobiledevice.org/" url "http://www.libimobiledevice.org/downloads/ideviceinstaller-1.1.0.tar.bz2" sha1 "5e2c47b9e6ac6d610b7bfe5186c8e84536549ce4" + revision 1 bottle do cellar :any diff --git a/Library/Formula/ifuse.rb b/Library/Formula/ifuse.rb index d97226983..7086a96fd 100644 --- a/Library/Formula/ifuse.rb +++ b/Library/Formula/ifuse.rb @@ -4,6 +4,7 @@ class Ifuse < Formula homepage 'http://www.libimobiledevice.org/' url 'https://github.com/libimobiledevice/ifuse/archive/1.1.3.tar.gz' sha1 '447e9309fba1979be98ec83a4627b421dbd83032' + revision 1 head 'http://cgit.sukimashita.com/ifuse.git' diff --git a/Library/Formula/ios-webkit-debug-proxy.rb b/Library/Formula/ios-webkit-debug-proxy.rb index 363f0eace..a13650116 100644 --- a/Library/Formula/ios-webkit-debug-proxy.rb +++ b/Library/Formula/ios-webkit-debug-proxy.rb @@ -4,7 +4,7 @@ class IosWebkitDebugProxy < Formula homepage 'https://github.com/google/ios-webkit-debug-proxy' url 'https://github.com/google/ios-webkit-debug-proxy/archive/1.4.tar.gz' sha1 'e6d882182fe2fd8f5827a9289545cc7e9ebb25e7' - revision 1 + revision 2 bottle do cellar :any diff --git a/Library/Formula/libimobiledevice.rb b/Library/Formula/libimobiledevice.rb index fd4c44722..6b272be73 100644 --- a/Library/Formula/libimobiledevice.rb +++ b/Library/Formula/libimobiledevice.rb @@ -1,7 +1,7 @@ class Libimobiledevice < Formula homepage "http://www.libimobiledevice.org/" - url "http://www.libimobiledevice.org/downloads/libimobiledevice-1.1.7.tar.bz2" - sha1 "ac47ba39e7f8d8cb9379756773ece30458b93c80" + url "http://www.libimobiledevice.org/downloads/libimobiledevice-1.2.0.tar.bz2" + sha1 "a8e3f21180b1d6df754d04a4080a29cf6891e701" bottle do cellar :any |
