diff options
| -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 39576135..cd156c4c 100644 --- a/pkg/pcre/.gitignore +++ b/pkg/pcre/.gitignore @@ -1,2 +1,2 @@ -/pcre-8.39.tar.gz +/pcre-8.40.tar.gz /src diff --git a/pkg/pcre/config.h b/pkg/pcre/config.h index b6cb1a55..b4b4ce09 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.39" +#define PACKAGE_STRING "PCRE 8.40" #define PACKAGE_TARNAME "pcre" #define PACKAGE_URL "" -#define PACKAGE_VERSION "8.39" +#define PACKAGE_VERSION "8.40" #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.39" +#define VERSION "8.40" diff --git a/pkg/pcre/rev b/pkg/pcre/rev index d00491fd..0cfbf088 100644 --- a/pkg/pcre/rev +++ b/pkg/pcre/rev @@ -1 +1 @@ -1 +2 diff --git a/pkg/pcre/sha256 b/pkg/pcre/sha256 index a8ae49d8..953468fd 100644 --- a/pkg/pcre/sha256 +++ b/pkg/pcre/sha256 @@ -1 +1 @@ -ccdf7e788769838f8285b3ee672ed573358202305ee361cfec7a4a4fb005bbc7 pcre-8.39.tar.gz +1d75ce90ea3f81ee080cdc04e68c9c25a9fb984861a0618be7bbf676b18eda3e pcre-8.40.tar.gz diff --git a/pkg/pcre/url b/pkg/pcre/url index 8333bf31..4a38c8ba 100644 --- a/pkg/pcre/url +++ b/pkg/pcre/url @@ -1 +1 @@ -url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.39.tar.gz" +url = "https://ftp.pcre.org/pub/pcre/pcre-8.40.tar.gz" |
