diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/re2.rb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/re2.rb b/Library/Formula/re2.rb index 1bb4db1c6..714463b9d 100644 --- a/Library/Formula/re2.rb +++ b/Library/Formula/re2.rb @@ -1,11 +1,9 @@ -require 'formula' - class Re2 < Formula - homepage 'https://code.google.com/p/re2/' - url 'https://re2.googlecode.com/files/re2-20140304.tgz' - sha1 'f30dda8e530921b623c32aa58a5dabbe9157f6ca' + homepage "https://github.com/google/re2" + url "https://re2.googlecode.com/files/re2-20140304.tgz" + sha1 "f30dda8e530921b623c32aa58a5dabbe9157f6ca" - head 'https://re2.googlecode.com/hg' + head "https://github.com/google/re2.git" bottle do cellar :any |
