diff options
Diffstat (limited to 'misc/exercism/Makefile')
-rw-r--r-- | misc/exercism/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile index 271184e316b5..eb8a71d7bff0 100644 --- a/misc/exercism/Makefile +++ b/misc/exercism/Makefile @@ -1,7 +1,6 @@ PORTNAME= exercism DISTVERSIONPREFIX= v -DISTVERSION= 3.5.0 -PORTREVISION= 2 +DISTVERSION= 3.5.5 CATEGORIES= misc MAINTAINER= bofh@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://exercism.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.21,modules +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= exercism GH_PROJECT= cli |