diff options
Diffstat (limited to 'devel/revive/Makefile')
| -rw-r--r-- | devel/revive/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/revive/Makefile b/devel/revive/Makefile index b5b91ebfde58..43b7e090c5b4 100644 --- a/devel/revive/Makefile +++ b/devel/revive/Makefile @@ -1,7 +1,6 @@ PORTNAME= revive DISTVERSIONPREFIX= v -DISTVERSION= 1.5.1 -PORTREVISION= 3 +DISTVERSION= 1.12.0 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org @@ -11,10 +10,10 @@ WWW= https://revive.run LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.22,modules +USES= go:1.23,modules _BUILD_VERSION= ${DISTVERSION} -_BUILD_COMMIT= 3378f70 +_BUILD_COMMIT= e1d05f7 GO_MODULE= github.com/mgechev/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ |
