diff options
Diffstat (limited to 'sysutils/chaoskube/Makefile')
-rw-r--r-- | sysutils/chaoskube/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile index 19ee3cbdc721..ea4f41aab35d 100644 --- a/sysutils/chaoskube/Makefile +++ b/sysutils/chaoskube/Makefile @@ -1,5 +1,5 @@ PORTNAME= chaoskube -PORTVERSION= 0.34.1 +PORTVERSION= 0.36.0 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= sysutils @@ -11,7 +11,7 @@ WWW= https://github.com/linki/chaoskube LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:1.24,modules GO_MODULE= github.com/linki/chaoskube PLIST_FILES= bin/${PORTNAME} |