diff options
author | Larry Hajali <larryhaja@gmail.com> | 2020-04-19 18:28:07 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-24 08:19:01 +0700 |
commit | 62e3d0d557cd77f3697f384fb42a92dc87281d19 (patch) | |
tree | 3ebad482afc8ce4438431bb68878cd6671e35a8d /libraries | |
parent | 005d57cf50b9e742f1a2494e789da79884c8d12d (diff) |
libraries/pcre2: Updated for version 10.34
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/pcre2/pcre2.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/pcre2/pcre2.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/pcre2/pcre2.SlackBuild b/libraries/pcre2/pcre2.SlackBuild index 650a83f9b3d3..387e8ff46e86 100644 --- a/libraries/pcre2/pcre2.SlackBuild +++ b/libraries/pcre2/pcre2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pcre2 -# Copyright 2016-2019 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2016-2020 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pcre2 -VERSION=${VERSION:-10.33} +VERSION=${VERSION:-10.34} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/pcre2/pcre2.info b/libraries/pcre2/pcre2.info index 648ddb8cb88d..9eb2f083d2a6 100644 --- a/libraries/pcre2/pcre2.info +++ b/libraries/pcre2/pcre2.info @@ -1,8 +1,8 @@ PRGNAM="pcre2" -VERSION="10.33" +VERSION="10.34" HOMEPAGE="http://www.pcre.org/" -DOWNLOAD="https://downloads.sourceforge.net/pcre/pcre2-10.33.tar.bz2" -MD5SUM="80b355f2dce909a2e2424f5c79eddb44" +DOWNLOAD="https://downloads.sourceforge.net/pcre/pcre2-10.34.tar.bz2" +MD5SUM="d280b62ded13f9ccf2fac16ee5286366" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |