diff options
Diffstat (limited to 'www/pocket-id/Makefile')
-rw-r--r-- | www/pocket-id/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/pocket-id/Makefile b/www/pocket-id/Makefile index 8a309fb4ca33..ab8b55ae4fc6 100644 --- a/www/pocket-id/Makefile +++ b/www/pocket-id/Makefile @@ -1,7 +1,6 @@ PORTNAME= pocket-id DISTVERSIONPREFIX= v -DISTVERSION= 1.6.4 -PORTREVISION= 1 +DISTVERSION= 1.10.0 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} @@ -14,7 +13,7 @@ LICENSE= BSD2CLAUSE BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment -USES= go:modules +USES= go:1.25,modules USE_GITHUB= yes USE_RC_SUBR= ${PORTNAME} |