re2 20131024
This commit is contained in:
parent
896ce5c2c8
commit
c1c60474a0
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue