diff options
author | pin <pin@pkgsrc.org> | 2020-04-25 15:13:05 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2020-04-25 15:13:05 +0000 |
commit | b13f2a0a6e8e9fc16a204df4faad46ecb8cc1726 (patch) | |
tree | 9c09d05b908c18ecfbcdaa452688bdfba0e7f646 /editors | |
parent | 5a67333ed528c63f6351d03ab9bbc18a30e9c9a7 (diff) | |
download | pkgsrc-b13f2a0a6e8e9fc16a204df4faad46ecb8cc1726.tar.gz |
/editors/featherpad: Update to 0.14.0
Changelog picked from https://github.com/tsujan/FeatherPad/releases:
V0.14.0
This release is mostly about speeding up syntax highlighting, especially for
big documents. In some cases (e.g., with HTML, XML, CSS, Bash or Perl),
the job is done multiple times faster.
Also:
- A bug is fixed in handling relative file paths that contain no slash.
- JavaScript template literals (back quotes) are supported.
- CSS syntax highlighting is fixed and improved.
- Small fixes.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/featherpad/Makefile | 5 | ||||
-rw-r--r-- | editors/featherpad/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/editors/featherpad/Makefile b/editors/featherpad/Makefile index 2b3edfa29a3..541c041fa85 100644 --- a/editors/featherpad/Makefile +++ b/editors/featherpad/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2020/04/22 08:23:13 pin Exp $ +# $NetBSD: Makefile,v 1.9 2020/04/25 15:13:05 pin Exp $ -VERSION= 0.13.1 +VERSION= 0.14.0 DISTNAME= FeatherPad-V${VERSION} PKGNAME= featherpad-${VERSION} -PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} GITHUB_TAG= V${PKGVERSION_NOREV} diff --git a/editors/featherpad/distinfo b/editors/featherpad/distinfo index 839af62a311..4c1be7d9353 100644 --- a/editors/featherpad/distinfo +++ b/editors/featherpad/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/03/14 22:17:55 gutteridge Exp $ +$NetBSD: distinfo,v 1.4 2020/04/25 15:13:05 pin Exp $ -SHA1 (FeatherPad-V0.13.1.tar.gz) = a6c1ba9e52c41eef559517dc7a9cd7471d1c7646 -RMD160 (FeatherPad-V0.13.1.tar.gz) = d19b098bef004e77c9cd2d5846e3d79b29a6e5ba -SHA512 (FeatherPad-V0.13.1.tar.gz) = 287a97907baba93a760751f8f28472b12d6c65ebb0855fcf684e126d8635adbc4e00b2fb4703bbabdc182b8a337dd9281b5b2c97add4b571fca976d90ecc7db9 -Size (FeatherPad-V0.13.1.tar.gz) = 822687 bytes +SHA1 (FeatherPad-V0.14.0.tar.gz) = 9326d59bc93ec872b2bbde5b4e10d8e84f53d033 +RMD160 (FeatherPad-V0.14.0.tar.gz) = f94437afb415faed17d26a2a3700d24f68993d42 +SHA512 (FeatherPad-V0.14.0.tar.gz) = c61abf225ff8215575b7ef4395df6f477d596caf7ca1fcf5aa499e90216792bc02feca0caf6f36048688b0441171c57b43c7558a37ba611076066b9f26fc7842 +Size (FeatherPad-V0.14.0.tar.gz) = 827431 bytes |