re2 20180401
Closes #26031. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
2647e6e43f
commit
8199c5a841
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class Re2 < Formula
|
||||
desc "Alternative to backtracking PCRE-style regular expression engines"
|
||||
homepage "https://github.com/google/re2"
|
||||
url "https://github.com/google/re2/archive/2018-03-01.tar.gz"
|
||||
version "20180301"
|
||||
sha256 "51dc7ee9d1a68ee0209672ac4bdff56766c56606dfcdd57aed022015c4784178"
|
||||
url "https://github.com/google/re2/archive/2018-04-01.tar.gz"
|
||||
version "20180401"
|
||||
sha256 "2f945446b71336e7f5a2bcace1abcf0b23fbba368266c6a1be33de3de3b3c912"
|
||||
head "https://github.com/google/re2.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue