diff options
Diffstat (limited to 'shells/carapace/Makefile')
-rw-r--r-- | shells/carapace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/carapace/Makefile b/shells/carapace/Makefile index 0cbd25c42c53..8f3dece7ec81 100644 --- a/shells/carapace/Makefile +++ b/shells/carapace/Makefile @@ -1,6 +1,6 @@ PORTNAME= carapace DISTVERSIONPREFIX= v -DISTVERSION= 1.3.1 +DISTVERSION= 1.3.2 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://carapace.sh/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules,1.24 +USES= go:modules GO_MODULE= github.com/carapace-sh/carapace-bin GO_TARGET= ./cmd/carapace |