mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/pcre2: Updated for version 10.32
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
74aae7e612
commit
0a8ef91136
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pcre2
|
||||
VERSION=${VERSION:-10.31}
|
||||
VERSION=${VERSION:-10.32}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pcre2"
|
||||
VERSION="10.31"
|
||||
VERSION="10.32"
|
||||
HOMEPAGE="http://www.pcre.org/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/pcre/pcre2-10.31.tar.bz2"
|
||||
MD5SUM="e0b91c891a3c49050f7fd15de33d0ba4"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/pcre/pcre2-10.32.tar.bz2"
|
||||
MD5SUM="8a096287153fb994970df3570e90fcb5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue