aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChilledheart2014-12-18 11:01:28 +0800
committerMike McQuaid2014-12-18 13:07:23 +0000
commitcdc3bc3cccbdddbd14068fb36cb455bae410f183 (patch)
tree8603cb4d613433d0066e1b68b2c82f341def9a5b /Library/Formula
parentc66e5249149f48beb75924fa6053fdf451a7576b (diff)
downloadhomebrew-cdc3bc3cccbdddbd14068fb36cb455bae410f183.tar.bz2
re2: moved to github.
Closes #35078. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/re2.rb10
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