pcre 8.40
This commit is contained in:
parent
de4ca1ba8e
commit
d78a46a398
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
class Pcre < Formula
|
class Pcre < Formula
|
||||||
desc "Perl compatible regular expressions library"
|
desc "Perl compatible regular expressions library"
|
||||||
homepage "http://www.pcre.org/"
|
homepage "http://www.pcre.org/"
|
||||||
url "https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.39.tar.bz2"
|
url "https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.40.tar.bz2"
|
||||||
mirror "https://www.mirrorservice.org/sites/downloads.sourceforge.net/p/pc/pcre/pcre/8.39/pcre-8.39.tar.bz2"
|
mirror "https://www.mirrorservice.org/sites/downloads.sourceforge.net/p/pc/pcre/pcre/8.40/pcre-8.40.tar.bz2"
|
||||||
sha256 "b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b"
|
sha256 "00e27a29ead4267e3de8111fcaa59b132d0533cdfdbdddf4b0604279acbcf4f4"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue