diff options
Diffstat (limited to 'devel/gitty/Makefile')
-rw-r--r-- | devel/gitty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gitty/Makefile b/devel/gitty/Makefile index 961f07eb058d..970ecc8fcb18 100644 --- a/devel/gitty/Makefile +++ b/devel/gitty/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitty DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= devel MAINTAINER= dch@FreeBSD.org @@ -17,6 +17,7 @@ GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/muesli/${PORTNAME} +PORTSCOUT= site:https://github.com/muesli/gitty/releases PLIST_FILES= bin/${PORTNAME} pre-build: |