diff options
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 |
