Skip to content

Commit

Permalink
pcre: update version 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
0xffea committed Aug 2, 2010
1 parent 29b2b22 commit df8f87c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Library/Formula/pcre.rb
@@ -1,9 +1,9 @@
require 'formula'

class Pcre <Formula
url 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.02.tar.bz2'
url 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.10.tar.bz2'
homepage 'http://www.pcre.org/'
md5 '27948c1b5f5c1eabc23cba1ebe4c316f'
md5 '780867a700e9d4e4b9cb47aa5453e4b2'

def install
system "./configure", "--disable-dependency-tracking",
Expand All @@ -12,6 +12,7 @@ def install
"--enable-unicode-properties",
"--enable-pcregrep-libz",
"--enable-pcregrep-libbz2"
system "make test"
system "make install"
end
end

0 comments on commit df8f87c

Please sign in to comment.