diff options
Diffstat (limited to 'devel/please/Makefile')
-rw-r--r-- | devel/please/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/please/Makefile b/devel/please/Makefile index 07e19faa85c3..052ff0dce8cf 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -1,6 +1,6 @@ PORTNAME= please DISTVERSIONPREFIX= v -DISTVERSION= 17.17.0 +DISTVERSION= 17.19.0 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/thought-machine/please/${DISTVERSIONFULL}/ DISTFILES= go.mod @@ -21,7 +21,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 \ |