aboutsummaryrefslogtreecommitdiff
path: root/libs/pcre2
Commit message (Collapse)AuthorAge
* pcre2: Update to 10.32Rosen Penev2018-09-30
| | | | | | | | | | Fixed SourceForge link and removed ftp mirror. Added PKG_BUILD_PARALLEL for faster compilation. Small adjustments for consistency between other Makefiles. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pcre2: Update to 10.31Rosen Penev2018-06-08
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pcre2: Update PKG_SOURCE to use SourceforgeShane Peelar2017-08-23
| | | | Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
* pcre2: Update PCRE2 lib to latest version (10.30)Shane Peelar2017-08-22
| | | | | | Update the PCRE2 library to the latest version. Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
* pcre2: Introduce PCRE2 library into repo for fishShane Peelar2017-02-17
Need PCRE2 library for the fish shell. Took existing pcre makefile as a base to build pcre2, supporting 8, 16, and 32 bit characters with different install targets for each. Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>