pcre 8.20
-Updated url and md5 to download the 8.20 tarball Closes Homebrew/homebrew#8685. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
33e1664580
commit
34056b02f9
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Pcre < Formula
|
||||
url 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.13.tar.bz2'
|
||||
url 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.20.tar.bz2'
|
||||
homepage 'http://www.pcre.org/'
|
||||
md5 '5e595edbcded141813fa1a10dbce05cb'
|
||||
md5 'a1931c70e1273e3450d5036fe273d25c'
|
||||
|
||||
fails_with_llvm "Bus error in ld on SL 10.6.4", :build => 2326
|
||||
|
||||
|
|
Loading…
Reference in a new issue