diff options
author | leot <leot@pkgsrc.org> | 2017-04-17 09:51:54 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-04-17 09:51:54 +0000 |
commit | 560fb591d74589ea5bb3d16eccd0ac131cc7e5b4 (patch) | |
tree | 85d539348fa87db1024e32603c909b16aef44044 /misc/fzy/Makefile | |
parent | b86064a2ec18d92701362a95e0c45c30f4d1b0bf (diff) | |
download | pkgsrc-560fb591d74589ea5bb3d16eccd0ac131cc7e5b4.tar.gz |
Update misc/fzy to 0.9.
Changes:
## 0.9 (2017-04-17)
Features:
- Support Ctrl-k and Ctrl-j for movement
Performance:
- Use threads to parallelize sorting
- Improve parallelism of searching and scoring
Internal:
- Fix test suite on i386
- Replace test suite with greatest
- Add property tests
- Add acceptance tests
Diffstat (limited to 'misc/fzy/Makefile')
-rw-r--r-- | misc/fzy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fzy/Makefile b/misc/fzy/Makefile index 09c9b5b847a..debdc245163 100644 --- a/misc/fzy/Makefile +++ b/misc/fzy/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2017/01/01 16:03:37 leot Exp $ +# $NetBSD: Makefile,v 1.3 2017/04/17 09:51:54 leot Exp $ -DISTNAME= fzy-0.8 +DISTNAME= fzy-0.9 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=jhawthorn/} |