diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-01 16:28:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-01 16:28:18 +0000 |
commit | a8554e1a746fd32406e413474d30a052e0eca3c1 (patch) | |
tree | 9262d02ca31709aa7a869f2d21c314a4613064f8 /textproc | |
parent | 1d443ddfc958c3d4d4bd3c3c1ff359ed61ac840d (diff) | |
download | pkgsrc-a8554e1a746fd32406e413474d30a052e0eca3c1.tar.gz |
Update to 0.26.0, provided by Jonathan Buschmann in PR 49352.
:: Release 0.26.0
Fixes for ignores
Add markdown filetype
Add filetype completion for bash completion
:: Release 0.25.0
--vimgrep option added
Add less filetype
Add --null option to provide input to 'xargs -0'
Case insensitive matching is now the default
Add swift filetype
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/the_silver_searcher/Makefile | 4 | ||||
-rw-r--r-- | textproc/the_silver_searcher/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/the_silver_searcher/Makefile b/textproc/the_silver_searcher/Makefile index 7dfd4d564cb..f6313b4a7a3 100644 --- a/textproc/the_silver_searcher/Makefile +++ b/textproc/the_silver_searcher/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/08/13 15:45:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2014/11/01 16:28:18 wiz Exp $ -DISTNAME= 0.24.1 +DISTNAME= 0.26.0 PKGNAME= the_silver_searcher-${DISTNAME} CATEGORIES= textproc MASTER_SITES= https://github.com/ggreer/the_silver_searcher/archive/ diff --git a/textproc/the_silver_searcher/distinfo b/textproc/the_silver_searcher/distinfo index 39b25b75e6c..83d97e1065e 100644 --- a/textproc/the_silver_searcher/distinfo +++ b/textproc/the_silver_searcher/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2014/08/13 15:45:35 schmonz Exp $ +$NetBSD: distinfo,v 1.5 2014/11/01 16:28:18 wiz Exp $ -SHA1 (the_silver_searcher/0.24.1.tar.gz) = 9fa8f335089386319376393e0e630e2b8e41d373 -RMD160 (the_silver_searcher/0.24.1.tar.gz) = fc68da90dab459d03c241ded830f82e57a899736 -Size (the_silver_searcher/0.24.1.tar.gz) = 58372 bytes +SHA1 (the_silver_searcher/0.26.0.tar.gz) = 5d57d5fa4c5b4f837d652ab179fe2afc4e2564de +RMD160 (the_silver_searcher/0.26.0.tar.gz) = 5c2dccd2f02258a4f2fab124ff5d92770fb766f0 +Size (the_silver_searcher/0.26.0.tar.gz) = 60767 bytes |