diff options
| author | Adam Vandenberg | 2011-02-16 12:54:54 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-02-16 12:54:57 -0800 |
| commit | 47db7a6fcbcf43e6835b686602e6afa82f6641f7 (patch) | |
| tree | 99c330bec814c76e157c10928b17c99c02de1251 | |
| parent | 3e6488aa47668eecde071b903427d76f709f2218 (diff) | |
| download | homebrew-47db7a6fcbcf43e6835b686602e6afa82f6641f7.tar.bz2 | |
pcre 8.12
| -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 cab38f62a..33e0b9537 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.11.tar.bz2' + url 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.12.tar.bz2' homepage 'http://www.pcre.org/' - md5 'ef907b8792ec7f90f0dcd773848f0b3b' + md5 'f14a9fef3c92f3fc6c5ac92d7a2c7eb3' def options [["--universal", "Build a universal binary."]] |
