summaryrefslogtreecommitdiff
path: root/devel/please/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/please/Makefile')
-rw-r--r--devel/please/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/please/Makefile b/devel/please/Makefile
index 07e19faa85c3..c37274b51838 100644
--- a/devel/please/Makefile
+++ b/devel/please/Makefile
@@ -1,6 +1,7 @@
PORTNAME= please
DISTVERSIONPREFIX= v
-DISTVERSION= 17.17.0
+DISTVERSION= 17.18.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://raw.githubusercontent.com/thought-machine/please/${DISTVERSIONFULL}/
DISTFILES= go.mod
@@ -21,7 +22,7 @@ BUILD_DEPENDS= bash:shells/bash \
git:devel/git \
protoc:devel/protobuf
-USES= go:1.23,modules
+USES= go:modules
GO_MODULE= github.com/thought-machine/please
GO_TARGET= src/please.go:please \
tools/build_langserver/langserver_main.go:build_langserver \