diff options
author | adam <adam@pkgsrc.org> | 2021-12-07 09:43:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-07 09:43:17 +0000 |
commit | 5aab65c2a32e9cc250e2f5ce7b87934abbf2aa47 (patch) | |
tree | adbf45a93c2220b7096c7c6285017ac348d976e7 /textproc/ugrep | |
parent | 8307354498e9c88e1250749a270a5efbe0a53502 (diff) | |
download | pkgsrc-5aab65c2a32e9cc250e2f5ce7b87934abbf2aa47.tar.gz |
ugrep: updated to 3.3.10
ugrep v3.3.10
Faster grep files containing long Iines of text and binary files. This update corrects and further improves the input buffering method, which performed sub-optimally for long lines containing many pattern matches.
Diffstat (limited to 'textproc/ugrep')
-rw-r--r-- | textproc/ugrep/Makefile | 4 | ||||
-rw-r--r-- | textproc/ugrep/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index 0b25b9ea716..c7525207a5c 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2021/12/01 09:33:28 adam Exp $ +# $NetBSD: Makefile,v 1.20 2021/12/07 09:43:17 adam Exp $ -DISTNAME= ugrep-3.3.9 +DISTNAME= ugrep-3.3.10 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index 7e015c5abda..f9e1def2f64 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2021/12/01 09:33:28 adam Exp $ +$NetBSD: distinfo,v 1.19 2021/12/07 09:43:17 adam Exp $ -BLAKE2s (ugrep-3.3.9.tar.gz) = ffc9705e521680874ebf1fc6246bc60936e8cb326fd543458d1263e02b472aef -SHA512 (ugrep-3.3.9.tar.gz) = 9061a5669639c082e5dac25a50834b3c012fbd83fb578ca2bf957a80fb28ae957488bc7b126eb5027743e79414f8a669c682cd14099a80b296850536e38513d0 -Size (ugrep-3.3.9.tar.gz) = 4295903 bytes +BLAKE2s (ugrep-3.3.10.tar.gz) = a52f734dcca55caedaa72cd16f3633603a03659852242a27aa749fa7141a1984 +SHA512 (ugrep-3.3.10.tar.gz) = 3d7252a20feefb63d0186865aadcf54873fdfd9145ac05e741fde6a4a5ca91e0e12b5da637e789888a99a90e3eb869af80d11ebfe56991ed7c5c526edfdb3f2e +Size (ugrep-3.3.10.tar.gz) = 4311254 bytes |