diff options
Diffstat (limited to 'misc/exercism/Makefile')
-rw-r--r-- | misc/exercism/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile index 271184e316b5..a4d6282624b0 100644 --- a/misc/exercism/Makefile +++ b/misc/exercism/Makefile @@ -1,6 +1,6 @@ PORTNAME= exercism DISTVERSIONPREFIX= v -DISTVERSION= 3.5.0 +DISTVERSION= 3.5.8 PORTREVISION= 2 CATEGORIES= misc @@ -11,7 +11,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 |