aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-09 09:49:06 -0700
committerAdam Vandenberg2013-07-09 09:49:06 -0700
commitc15060d6463780835bf5839f466a109330cfd8f2 (patch)
tree40053bbe4e67458cb5ad115576eddd0094677bde /Library/Formula
parentc8a4fc8ff96873f1d64a9ac84c2fcf0a4570a5e5 (diff)
downloadhomebrew-c15060d6463780835bf5839f466a109330cfd8f2.tar.bz2
chromedriver 2.1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/chromedriver.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb
index 460df6f98..16ce3a07d 100644
--- a/Library/Formula/chromedriver.rb
+++ b/Library/Formula/chromedriver.rb
@@ -2,8 +2,8 @@ require 'formula'
class Chromedriver < Formula
homepage 'http://code.google.com/p/chromedriver/'
- url 'https://chromedriver.googlecode.com/files/chromedriver_mac32_2.0.zip'
- sha1 '9b4a090f65ac3e62c9b4d5c63a263a68e68919d9'
+ url 'https://chromedriver.googlecode.com/files/chromedriver_mac32_2.1.zip'
+ sha1 'c8db9cbe1bbcc202206606225e0954c709af3fe8'
def install
bin.install 'chromedriver'