diff options
author | swills <swills@FreeBSD.org> | 2018-12-05 01:25:47 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-12-05 01:25:47 +0800 |
commit | fc205543fc31c60f26a8d2cda71fc42d7eb3d4d1 (patch) | |
tree | 83115fb3b9c73810691c108a3f010656b6759aeb /editors | |
parent | 912ca89c94fde88e302e4e741b525dc5349cc7e2 (diff) | |
download | freebsd-ports-gnome-fc205543fc31c60f26a8d2cda71fc42d7eb3d4d1.tar.gz freebsd-ports-gnome-fc205543fc31c60f26a8d2cda71fc42d7eb3d4d1.tar.zst freebsd-ports-gnome-fc205543fc31c60f26a8d2cda71fc42d7eb3d4d1.zip |
editors/neovim-qt: Update to 0.2.10
PR: 233756
Submitted by: chuck@tuffli.net (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/neovim-qt/Makefile | 2 | ||||
-rw-r--r-- | editors/neovim-qt/distinfo | 6 | ||||
-rw-r--r-- | editors/neovim-qt/pkg-descr | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/editors/neovim-qt/Makefile b/editors/neovim-qt/Makefile index 4427b5b33ec5..f7d51d73d050 100644 --- a/editors/neovim-qt/Makefile +++ b/editors/neovim-qt/Makefile @@ -2,7 +2,7 @@ PORTNAME= neovim-qt DISTVERSIONPREFIX= v -DISTVERSION= 0.2.8 +DISTVERSION= 0.2.10 CATEGORIES= editors MAINTAINER= chuck@tuffli.net diff --git a/editors/neovim-qt/distinfo b/editors/neovim-qt/distinfo index a32434804939..77ecaac6e00c 100644 --- a/editors/neovim-qt/distinfo +++ b/editors/neovim-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513608557 -SHA256 (equalsraf-neovim-qt-v0.2.8_GH0.tar.gz) = 53653c21de1dd41fb78a65f27e989b3478c74ad91cbde92f831fb3d81b25802b -SIZE (equalsraf-neovim-qt-v0.2.8_GH0.tar.gz) = 969166 +TIMESTAMP = 1535376549 +SHA256 (equalsraf-neovim-qt-v0.2.10_GH0.tar.gz) = 42e3205f3fa9924e4970aed8ff28d17d9aefeb394bb40493d37f8a0afba40c34 +SIZE (equalsraf-neovim-qt-v0.2.10_GH0.tar.gz) = 1031831 diff --git a/editors/neovim-qt/pkg-descr b/editors/neovim-qt/pkg-descr index 815df3b5ea70..b8042571e8b6 100644 --- a/editors/neovim-qt/pkg-descr +++ b/editors/neovim-qt/pkg-descr @@ -1,5 +1,3 @@ -neovim is a Qt5 GUI for neovim. -Commands for interacting with the GUI are regular commands, -available in the documentation. +A neovim client library and GUI, in Qt5. WWW: https://github.com/equalsraf/neovim-qt/ |