diff options
Diffstat (limited to 'sysutils/go-ntfy/Makefile')
-rw-r--r-- | sysutils/go-ntfy/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/go-ntfy/Makefile b/sysutils/go-ntfy/Makefile index 0708a8f1de72..47295fe84076 100644 --- a/sysutils/go-ntfy/Makefile +++ b/sysutils/go-ntfy/Makefile @@ -1,11 +1,10 @@ PORTNAME= ntfy DISTVERSIONPREFIX= v -DISTVERSION= 2.12.0 -PORTREVISION= 1 +DISTVERSION= 2.14.0 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ PKGNAMEPREFIX= go- -DISTFILES= ${PORTNAME}-${DISTVERSION}.frontend${EXTRACT_SUFX} +DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Send push notifications to your phone or desktop using PUT/POST @@ -41,7 +40,7 @@ DOCS_USES= python # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse --short HEAD' # in the ntfy repository to get the value of GITID. -GITID= 061677a7 +GITID= eac523dc BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ") |