summaryrefslogtreecommitdiff
path: root/security/hidden-lake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hidden-lake/Makefile')
-rw-r--r--security/hidden-lake/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/security/hidden-lake/Makefile b/security/hidden-lake/Makefile
index 80c7c5a2ca1c..3128df93d9f9 100644
--- a/security/hidden-lake/Makefile
+++ b/security/hidden-lake/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hidden-lake
DISTVERSIONPREFIX= v
-DISTVERSION= 1.8.6
+DISTVERSION= 1.9.0
PORTREVISION= 1
CATEGORIES= security net-p2p
@@ -14,13 +14,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/number571/hidden-lake
-GO_TARGET= ./cmd/hla/hla_tcp:hla_tcp \
+GO_TARGET= ./cmd/hla/hla-http:hla-http \
+ ./cmd/hla/hla-tcp:hla-tcp \
./cmd/hlc:hlc \
- ./cmd/hlf:hlf \
- ./cmd/hlm:hlm \
- ./cmd/hlp:hlp \
- ./cmd/hlr:hlr \
- ./cmd/hls:hls
+ ./cmd/hlk:hlk \
+ ./cmd/hls/hls-filesharer:hls-filesharer \
+ ./cmd/hls/hls-messenger:hls-messenger \
+ ./cmd/hls/hls-pinger:hls-pinger \
+ ./cmd/hls/hls-remoter:hls-remoter
TEST_TARGET= test-run