ios-webkit-debug-proxy: revision bump
This commit is contained in:
parent
bc6b2f7760
commit
539045f010
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ class IosWebkitDebugProxy < Formula
|
|||
homepage "https://github.com/google/ios-webkit-debug-proxy"
|
||||
url "https://github.com/google/ios-webkit-debug-proxy/archive/v1.8.5.tar.gz"
|
||||
sha256 "5d3f71609b908910249a1bcdcb20c5e94f0cbea6418dc9f1d36ec2f41bed80a7"
|
||||
revision 1
|
||||
revision 2
|
||||
head "https://github.com/google/ios-webkit-debug-proxy.git"
|
||||
|
||||
bottle do
|
||||
|
@ -20,7 +20,7 @@ class IosWebkitDebugProxy < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on "libimobiledevice"
|
||||
depends_on "libplist"
|
||||
depends_on "usbmuxd"
|
||||
depends_on "libusbmuxd"
|
||||
|
||||
def install
|
||||
system "./autogen.sh"
|
||||
|
|
Loading…
Reference in a new issue