pcre: update to 8.45

This commit is contained in:
Tom G. Christensen 2022-04-26 21:18:27 +02:00
parent 16187cb8d0
commit 6306edbc85
2 changed files with 7 additions and 4 deletions

View File

@ -6,9 +6,9 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=pcre topdir=pcre
version=8.42 version=8.45
pkgver=1 pkgver=1
source[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$topdir-$version.tar.bz2 source[0]=https://downloads.sourceforge.net/$topdir/$topdir-$version.tar.bz2
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -42,11 +42,11 @@ reg install
install() install()
{ {
generic_install DESTDIR generic_install DESTDIR
setdir ${stagedir}${prefix}/${_docdir}/pcre compat pcre 8.32 1 1
compat pcre 8.33 1 1 compat pcre 8.33 1 1
compat pcre 8.36 1 1 compat pcre 8.36 1 1
compat pcre 8.37 1 1
compat pcre 8.38 1 1 compat pcre 8.38 1 1
compat pcre 8.42 1 1
} }
reg pack reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Tue Apr 26 2022 Tom G. Christensen <swpkg@jupiterrise.com> - 8.45-1
- Update to 8.45
* Sat Mar 23 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 8.42-1 * Sat Mar 23 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 8.42-1
- Update to 8.42 - Update to 8.42