diff options
| author | Michael Forney <mforney@mforney.org> | 2017-08-04 00:12:01 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-08-04 00:19:39 -0700 |
| commit | d5033a8c962fd097451146aa1db1fefadefae76d (patch) | |
| tree | 9850fad8cc246c7cd902950895aad69092b84fcf /pkg/pcre | |
| parent | 8c30802abd2294495eb93cc2c011ad49b73c84c9 (diff) | |
pcre: Update to 8.41
Diffstat (limited to 'pkg/pcre')
| -rw-r--r-- | pkg/pcre/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/pcre/config.h | 6 | ||||
| -rw-r--r-- | pkg/pcre/rev | 2 | ||||
| -rw-r--r-- | pkg/pcre/sha256 | 2 | ||||
| -rw-r--r-- | pkg/pcre/url | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/pkg/pcre/.gitignore b/pkg/pcre/.gitignore index cd156c4c..4e296433 100644 --- a/pkg/pcre/.gitignore +++ b/pkg/pcre/.gitignore @@ -1,2 +1,2 @@ -/pcre-8.40.tar.gz +/pcre-8.41.tar.gz /src diff --git a/pkg/pcre/config.h b/pkg/pcre/config.h index b4b4ce09..3701773a 100644 --- a/pkg/pcre/config.h +++ b/pkg/pcre/config.h @@ -33,10 +33,10 @@ #define PACKAGE "pcre" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "PCRE" -#define PACKAGE_STRING "PCRE 8.40" +#define PACKAGE_STRING "PCRE 8.41" #define PACKAGE_TARNAME "pcre" #define PACKAGE_URL "" -#define PACKAGE_VERSION "8.40" +#define PACKAGE_VERSION "8.41" #define PARENS_NEST_LIMIT 250 #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) @@ -61,4 +61,4 @@ #define SUPPORT_UCP /**/ #define SUPPORT_UTF /**/ /* #undef SUPPORT_VALGRIND */ -#define VERSION "8.40" +#define VERSION "8.41" diff --git a/pkg/pcre/rev b/pkg/pcre/rev index 0cfbf088..00750edc 100644 --- a/pkg/pcre/rev +++ b/pkg/pcre/rev @@ -1 +1 @@ -2 +3 diff --git a/pkg/pcre/sha256 b/pkg/pcre/sha256 index 953468fd..f4a6cc92 100644 --- a/pkg/pcre/sha256 +++ b/pkg/pcre/sha256 @@ -1 +1 @@ -1d75ce90ea3f81ee080cdc04e68c9c25a9fb984861a0618be7bbf676b18eda3e pcre-8.40.tar.gz +244838e1f1d14f7e2fa7681b857b3a8566b74215f28133f14a8f5e59241b682c pcre-8.41.tar.gz diff --git a/pkg/pcre/url b/pkg/pcre/url index 4a38c8ba..8f9c9ef7 100644 --- a/pkg/pcre/url +++ b/pkg/pcre/url @@ -1 +1 @@ -url = "https://ftp.pcre.org/pub/pcre/pcre-8.40.tar.gz" +url = "https://ftp.pcre.org/pub/pcre/pcre-8.41.tar.gz" |
