diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pcre.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pcre.rb b/Library/Formula/pcre.rb index d37af61dd..cab38f62a 100644 --- a/Library/Formula/pcre.rb +++ b/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.10.tar.bz2' + url 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.11.tar.bz2' homepage 'http://www.pcre.org/' - md5 '780867a700e9d4e4b9cb47aa5453e4b2' + md5 'ef907b8792ec7f90f0dcd773848f0b3b' def options [["--universal", "Build a universal binary."]] |
