Skip to content

Commit bf05c5b

Browse files
committed
pcre2: update from v10.46 to v10.48
1 parent f8a7982 commit bf05c5b

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

cross/pcre2/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME = pcre2
2-
PKG_VERS = 10.46
2+
PKG_VERS = 10.48
33
PKG_EXT = tar.bz2
44
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
55
PKG_DIST_SITE = https://github.com/PhilipHazel/pcre2/releases/download/$(PKG_NAME)-$(PKG_VERS)
@@ -37,9 +37,9 @@ else
3737
PLIST_TRANSFORM = sed -e '/:lib\/libpcre2-16/d'
3838
endif
3939

40-
HOMEPAGE = https://www.pcre.org
41-
COMMENT = The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API.
42-
LICENSE = BSD
40+
HOMEPAGE = https://pcre2project.github.io/pcre2/
41+
COMMENT = The PCRE2 library is a set of C functions that implement regular expression pattern matching.
42+
LICENSE = BSD
4343

4444
GNU_CONFIGURE = 1
4545

cross/pcre2/PLIST

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ bin:bin/pcre2grep
22
bin:bin/pcre2test
33
lnk:lib/libpcre2-16.so
44
lnk:lib/libpcre2-16.so.0
5-
lib:lib/libpcre2-16.so.0.14.0
5+
lib:lib/libpcre2-16.so.0.16.0
66
lnk:lib/libpcre2-32.so
77
lnk:lib/libpcre2-32.so.0
8-
lib:lib/libpcre2-32.so.0.14.0
8+
lib:lib/libpcre2-32.so.0.16.0
99
lnk:lib/libpcre2-8.so
1010
lnk:lib/libpcre2-8.so.0
11-
lib:lib/libpcre2-8.so.0.14.0
11+
lib:lib/libpcre2-8.so.0.16.0
1212
lnk:lib/libpcre2-posix.so
1313
lnk:lib/libpcre2-posix.so.3
14-
lib:lib/libpcre2-posix.so.3.0.6
14+
lib:lib/libpcre2-posix.so.3.0.8

cross/pcre2/digests

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pcre2-10.46.tar.bz2 SHA1 3e88e94ef8a1d4bbd93af25b73f53f852369f3e9
2-
pcre2-10.46.tar.bz2 SHA256 15fbc5aba6beee0b17aecb04602ae39432393aba1ebd8e39b7cabf7db883299f
3-
pcre2-10.46.tar.bz2 MD5 641f99b635ebb9332a9b6a8ce8e2f3cf
1+
pcre2-10.48.tar.bz2 SHA1 02a7d570785764ee31cb53e33c7e9f5cad26e102
2+
pcre2-10.48.tar.bz2 SHA256 b6c68fdf6f3ac31388b50aa89ff0fc49c00c987c16e7b5146491d12003f2c8ed
3+
pcre2-10.48.tar.bz2 MD5 98013efc5ebfe0a7b82ae53a43b8fd72

diyspk/pcre2/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
SPK_NAME = pcre2
2-
SPK_VERS = 10.46
2+
SPK_VERS = 10.48
33
SPK_REV = 1
44

55
DEPENDS = cross/pcre2
66

77
MAINTAINER = SynoCommunity
8-
DESCRIPTION = The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API.
8+
DESCRIPTION = The PCRE2 library is a set of C functions that implement regular expression pattern matching.
99
DISPLAY_NAME = PCRE2
1010
STARTABLE = no
1111

12-
HOMEPAGE = https://www.pcre.org
12+
HOMEPAGE = https://pcre2project.github.io/pcre2/
1313
LICENSE = BSD
1414

1515
# activate additional features for pcre2grep and pcre2test

0 commit comments

Comments
 (0)