diff options
Diffstat (limited to 'editors/featherpad/Makefile')
-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 6b3fec094db..272c7b27d52 100644 --- a/editors/featherpad/Makefile +++ b/editors/featherpad/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2020/11/02 20:17:52 pin Exp $ +# $NetBSD: Makefile,v 1.16 2020/11/05 09:08:01 ryoon Exp $ VERSION= 0.16.0 DISTNAME= FeatherPad-V${VERSION} PKGNAME= featherpad-${VERSION} +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} GITHUB_TAG= V${PKGVERSION_NOREV} |