aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/regex-opt.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/regex-opt.rb b/Library/Formula/regex-opt.rb
index e2883a62f..ac1f75448 100644
--- a/Library/Formula/regex-opt.rb
+++ b/Library/Formula/regex-opt.rb
@@ -2,8 +2,8 @@ require 'formula'
class RegexOpt < Formula
homepage 'http://bisqwit.iki.fi/source/regexopt.html'
- url 'http://bisqwit.iki.fi/src/arch/regex-opt-1.2.2.tar.bz2'
- sha1 '18481500e8fed8ecf94f9738104594ef5a658456'
+ url 'http://bisqwit.iki.fi/src/arch/regex-opt-1.2.3.tar.gz'
+ sha1 'a3b58af5a173a9b77ede7d0cb01831ae7a315b38'
def install
system "make", "CC=#{ENV.cc}", "CXX=#{ENV.cxx}"