re2 20131024

This commit is contained in:
Adam Vandenberg 2013-12-05 22:39:36 -08:00
parent 896ce5c2c8
commit c1c60474a0

View file

@ -3,8 +3,8 @@ require 'formula'
class Re2 < Formula
homepage 'https://code.google.com/p/re2/'
head 'https://re2.googlecode.com/hg'
url 'https://re2.googlecode.com/files/re2-20130802.tgz'
sha1 'c2cf57ecd63b754da3021212198c517540276572'
url 'https://re2.googlecode.com/files/re2-20131024.tgz'
sha1 '90a356fb205c5004cc4f08e45e02994b898b592a'
def install
system "make", "install", "prefix=#{prefix}"