Skip to content

Commit

Permalink
re2 20180401
Browse files Browse the repository at this point in the history
Closes #26031.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
ilovezfs authored and fxcoudert committed Apr 1, 2018
1 parent 2647e6e commit 8199c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/re2.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8199c5a

Please sign in to comment.