diff options
Diffstat (limited to 'sysutils/go-ntfy/Makefile')
-rw-r--r-- | sysutils/go-ntfy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/go-ntfy/Makefile b/sysutils/go-ntfy/Makefile index 2d2ebeac5192..91fcd0f9427a 100644 --- a/sysutils/go-ntfy/Makefile +++ b/sysutils/go-ntfy/Makefile @@ -1,6 +1,6 @@ PORTNAME= ntfy DISTVERSIONPREFIX= v -DISTVERSION= 2.13.0 +DISTVERSION= 2.14.0 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ @@ -41,7 +41,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= 1ce08a18 +GITID= eac523dc BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ") |