diff options
author | wiz <wiz@pkgsrc.org> | 2021-02-04 11:22:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-02-04 11:22:54 +0000 |
commit | fc844d6eba52d223daaa743497dd4ad17cf4da55 (patch) | |
tree | f6a13354d8a362df88b0bbb0a12556e6ca898bab /textproc | |
parent | b34759356ff9b84eaeb001b7fb25f6fff62659dd (diff) | |
download | pkgsrc-fc844d6eba52d223daaa743497dd4ad17cf4da55.tar.gz |
ugrep: update to 3.1.7.
New --bool option to specify Boolean search query patterns (with
Google search syntax or fzf-like when used with -F to search strings
instead of regex patterns); new --and and --not options; new --dotall
option; updated --format to support -v; other improvements. More
coming soon!
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ugrep/Makefile | 4 | ||||
-rw-r--r-- | textproc/ugrep/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index 330634fe7c2..12cacc63399 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/01/25 10:16:17 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2021/02/04 11:22:54 wiz Exp $ -DISTNAME= ugrep-3.1.4 +DISTNAME= ugrep-3.1.7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index bd4251f48dc..9aa189bce84 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2021/01/25 10:16:17 wiz Exp $ +$NetBSD: distinfo,v 1.10 2021/02/04 11:22:54 wiz Exp $ -SHA1 (ugrep-3.1.4.tar.gz) = 03b3a1cbe23a39cb6052796e9ab871a3b78bb1d1 -RMD160 (ugrep-3.1.4.tar.gz) = 74b431fa9632dbacaa5308c0374a9430983a6000 -SHA512 (ugrep-3.1.4.tar.gz) = fad0b2c690ca108ab45eada4345c711bc6a6ebc62b50eb61964f71f17ece7d0b90832cfa083e112a0e29598303e686200b779c5166c61fb428ef5e2680cd7948 -Size (ugrep-3.1.4.tar.gz) = 4056048 bytes +SHA1 (ugrep-3.1.7.tar.gz) = dfe7402a87805ae1490378bde1248f0c0845a025 +RMD160 (ugrep-3.1.7.tar.gz) = eb69d003c23534348dbfbdb7ded2323f906b1e15 +SHA512 (ugrep-3.1.7.tar.gz) = ed54ca86159733f039e24118a73bade505fedf98e5d81c06b7805415f696fca4e7d9693747e184fc7f4b802a9d9d080e03eb558a19c4eb1be17a703748447efb +Size (ugrep-3.1.7.tar.gz) = 4057418 bytes |