diff options
Diffstat (limited to 'www/rustypaste-cli/Makefile')
-rw-r--r-- | www/rustypaste-cli/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/rustypaste-cli/Makefile b/www/rustypaste-cli/Makefile index 08e89fe83d4e..33b274c61a25 100644 --- a/www/rustypaste-cli/Makefile +++ b/www/rustypaste-cli/Makefile @@ -1,9 +1,10 @@ PORTNAME= rustypaste-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.9.3 +DISTVERSION= 0.9.4 +PORTREVISION= 3 CATEGORIES= www -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= CLI tool for rustypaste WWW= https://github.com/orhun/rustypaste-cli |