libimobiledevice 1.2.0
Also bump revision of ideviceinstaller/ifuse/ios-webkit-debug-proxy Closes Homebrew/homebrew#36538. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
b17dfdc555
commit
180aa5f62e
4 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue