ios-webkit-debug-proxy: revision bump

This commit is contained in:
EricFromCanada 2019-11-07 10:57:28 -05:00 committed by FX Coudert
parent bc6b2f7760
commit 539045f010

View file

@ -3,7 +3,7 @@ class IosWebkitDebugProxy < Formula
homepage "https://github.com/google/ios-webkit-debug-proxy" homepage "https://github.com/google/ios-webkit-debug-proxy"
url "https://github.com/google/ios-webkit-debug-proxy/archive/v1.8.5.tar.gz" url "https://github.com/google/ios-webkit-debug-proxy/archive/v1.8.5.tar.gz"
sha256 "5d3f71609b908910249a1bcdcb20c5e94f0cbea6418dc9f1d36ec2f41bed80a7" sha256 "5d3f71609b908910249a1bcdcb20c5e94f0cbea6418dc9f1d36ec2f41bed80a7"
revision 1 revision 2
head "https://github.com/google/ios-webkit-debug-proxy.git" head "https://github.com/google/ios-webkit-debug-proxy.git"
bottle do bottle do
@ -20,7 +20,7 @@ class IosWebkitDebugProxy < Formula
depends_on "pkg-config" => :build depends_on "pkg-config" => :build
depends_on "libimobiledevice" depends_on "libimobiledevice"
depends_on "libplist" depends_on "libplist"
depends_on "usbmuxd" depends_on "libusbmuxd"
def install def install
system "./autogen.sh" system "./autogen.sh"