pcre2: update to 10.42

This commit is contained in:
Tom G. Christensen 2023-01-15 12:58:53 +01:00
parent a7a89abbed
commit d564fe47cf
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=pcre2
version=10.40
version=10.42
pkgver=1
source[0]=https://github.com/PCRE2Project/$topdir/releases/download/$topdir-$version/$topdir-$version.tar.bz2
# If there are no patches, simply comment this
@ -41,6 +41,8 @@ reg install
install()
{
generic_install DESTDIR
# ABI compatible
compat pcre2 10.40 1 1
}
reg pack

View File

@ -1,4 +1,7 @@
CHANGELOG
---------
* Sun Jan 15 2023 Tom G. Christensen <swpkg@jupiterrise.com> - 10.42-1
- Update to 10.42
* Tue Jun 07 2022 Tom G. Christensen <swpkg@jupiterrise.com> - 10.40-1
- Initial package