diff options
author | adam <adam@pkgsrc.org> | 2020-04-12 08:27:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-04-12 08:27:48 +0000 |
commit | bdaf3cfd7b271b35e10091d20168f04cccf0bf19 (patch) | |
tree | c57f7c851b81b141ef0172db8e86968a49bbea89 /editors/featherpad | |
parent | 9b0ec22bfedaff6a014d7e6eaee3f21d33d9ea72 (diff) | |
download | pkgsrc-bdaf3cfd7b271b35e10091d20168f04cccf0bf19.tar.gz |
Recursive revision bump after textproc/icu update
Diffstat (limited to 'editors/featherpad')
-rw-r--r-- | editors/featherpad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/featherpad/Makefile b/editors/featherpad/Makefile index 926d2cc2e7d..5b58420e06c 100644 --- a/editors/featherpad/Makefile +++ b/editors/featherpad/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2020/03/14 22:17:55 gutteridge Exp $ +# $NetBSD: Makefile,v 1.7 2020/04/12 08:28:35 adam Exp $ VERSION= 0.13.1 DISTNAME= FeatherPad-V${VERSION} PKGNAME= featherpad-${VERSION} +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} GITHUB_TAG= V${PKGVERSION_NOREV} |