diff options
author | tkusumi <tkusumi@pkgsrc.org> | 2020-06-14 11:06:47 +0000 |
---|---|---|
committer | tkusumi <tkusumi@pkgsrc.org> | 2020-06-14 11:06:47 +0000 |
commit | 88b330d4f86a9b3c6905d08677917997fc141f42 (patch) | |
tree | 50e13392997845d16d2b8cb57255d1c4c95be35e /editors | |
parent | 282fb2650e8cd778e42e8b162dde49d6edc9d2a4 (diff) | |
download | pkgsrc-88b330d4f86a9b3c6905d08677917997fc141f42.tar.gz |
editors/fileobj: Update to v0.7.99
ChangeLog:
- Minor fixes and cleanups
- Fix a bug caused crash on minimizing terminal size (since v0.7.81)
- Improve Windows Terminal support
- Add FILEOBJ_COLOR_OFFSET
- Add --test_mouse
- Support wrapscan in w, b, *, #, ), (, }, {
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fileobj/Makefile | 4 | ||||
-rw-r--r-- | editors/fileobj/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/fileobj/Makefile b/editors/fileobj/Makefile index 5985b2a93d5..9ff7f9ce3b5 100644 --- a/editors/fileobj/Makefile +++ b/editors/fileobj/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/05/30 16:48:58 tkusumi Exp $ +# $NetBSD: Makefile,v 1.4 2020/06/14 11:06:47 tkusumi Exp $ -DISTNAME= fileobj-0.7.98 +DISTNAME= fileobj-0.7.99 CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_GITHUB:=kusumi/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/editors/fileobj/distinfo b/editors/fileobj/distinfo index 3361d3531ee..ddccbc84138 100644 --- a/editors/fileobj/distinfo +++ b/editors/fileobj/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/05/30 16:48:58 tkusumi Exp $ +$NetBSD: distinfo,v 1.4 2020/06/14 11:06:47 tkusumi Exp $ -SHA1 (fileobj-0.7.98.tar.gz) = 886e8f3816cbf17bad938638ffb455841c4ae93f -RMD160 (fileobj-0.7.98.tar.gz) = 86f38793340ede8b39203225dd9b9dbfd9a85ea3 -SHA512 (fileobj-0.7.98.tar.gz) = e1a237c220a536cc806940d40daf1267be8e38624bf7a2f355a7e7dc34e5e4b1ab9db6025e8d7d1b1fce9c3ba379863c1567082a8b1300d333e4f7b75a98322d -Size (fileobj-0.7.98.tar.gz) = 170982 bytes +SHA1 (fileobj-0.7.99.tar.gz) = da6211a28e9394c72e04ca1f14bb8e244ab51601 +RMD160 (fileobj-0.7.99.tar.gz) = d2131850f805bfb28a9145a783f7450970628ef0 +SHA512 (fileobj-0.7.99.tar.gz) = afcc7b6415a1329dc942d55ddf928c795469315671fe8bd3e6a5b65a9acf39a4245d1df7fc65f1a9d24c33d25cdb7060087df1be8fd22a616efdc52203d83e0c +Size (fileobj-0.7.99.tar.gz) = 173702 bytes |