diff options
| author | Stefan | 2014-03-07 10:09:10 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-07 09:45:55 +0000 |
| commit | 8046be79939b535b1a701ba15d1674a68b6208b7 (patch) | |
| tree | 60a0cb885463488804124ab2237c51631102c54b /Library | |
| parent | 45d8fb4d170c39675f67287c3297e4c23fb055e0 (diff) | |
| download | homebrew-8046be79939b535b1a701ba15d1674a68b6208b7.tar.bz2 | |
re2 20140304
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/re2.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/re2.rb b/Library/Formula/re2.rb index 5d7add7d2..0ff77d57d 100644 --- a/Library/Formula/re2.rb +++ b/Library/Formula/re2.rb @@ -2,8 +2,8 @@ require 'formula' class Re2 < Formula homepage 'https://code.google.com/p/re2/' - url 'https://re2.googlecode.com/files/re2-20140111.tgz' - sha1 'd51b3c2e870291070a1bcad8e5b471ae83e1f8df' + url 'https://re2.googlecode.com/files/re2-20140304.tgz' + sha1 'f30dda8e530921b623c32aa58a5dabbe9157f6ca' head 'https://re2.googlecode.com/hg' |
