pcre: update to 8.42

This commit is contained in:
Tom G. Christensen 2019-03-23 21:27:09 +01:00
parent 5b444472ce
commit 8637f18794
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=pcre topdir=pcre
version=8.38 version=8.42
pkgver=1 pkgver=1
source[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$topdir-$version.tar.bz2 source[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$topdir-$version.tar.bz2
# If there are no patches, simply comment this # If there are no patches, simply comment this
@ -46,6 +46,7 @@ install()
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.37 1 1
compat pcre 8.38 1 1
} }
reg pack reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Sat Mar 23 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 8.42-1
- Update to 8.42
* Sat Dec 12 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 8.38-1 * Sat Dec 12 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 8.38-1
- Update to 8.38 - Update to 8.38