aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Wright2014-07-25 17:37:24 -0400
committerJack Nagel2014-07-25 22:44:47 -0500
commit1bdb3ab98eabb6d566f7e3cc56c0a8cf08b97303 (patch)
tree2d078a4ea474d9b96841a29d727a8ee41613bf65
parentcbfda5b6335396784054d683e4e35a4945785e3e (diff)
downloadhomebrew-1bdb3ab98eabb6d566f7e3cc56c0a8cf08b97303.tar.bz2
ios-webkit-debug-proxy 1.4
Closes #31136. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/ios-webkit-debug-proxy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ios-webkit-debug-proxy.rb b/Library/Formula/ios-webkit-debug-proxy.rb
index 94bd93956..d357835ba 100644
--- a/Library/Formula/ios-webkit-debug-proxy.rb
+++ b/Library/Formula/ios-webkit-debug-proxy.rb
@@ -2,8 +2,8 @@ require 'formula'
class IosWebkitDebugProxy < Formula
homepage 'https://github.com/google/ios-webkit-debug-proxy'
- url 'https://github.com/google/ios-webkit-debug-proxy/archive/1.3.tar.gz'
- sha1 'bc4c240497148a232054be18269368c92deb2a75'
+ url 'https://github.com/google/ios-webkit-debug-proxy/archive/1.4.tar.gz'
+ sha1 'e6d882182fe2fd8f5827a9289545cc7e9ebb25e7'
depends_on :macos => :lion
depends_on "autoconf" => :build