summaryrefslogtreecommitdiff
path: root/devel/cirrus-cli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cirrus-cli/Makefile')
-rw-r--r--devel/cirrus-cli/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile
index 777337769238..47c412b5cb3e 100644
--- a/devel/cirrus-cli/Makefile
+++ b/devel/cirrus-cli/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cirrus-cli
DISTVERSIONPREFIX= v
-DISTVERSION= 0.130.2
+DISTVERSION= 0.131.1
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
@@ -26,8 +26,4 @@ GROUPS= cirrus
post-install:
${INSTALL_DATA} ${FILESDIR}/cirrus-worker.yml ${STAGEDIR}${PREFIX}/etc/cirrus-worker.yml.sample
-.if defined(MAINTAINER_MODE)
-GO_ENV+= GOTOOLCHAIN=go1.22.6
-.endif
-
.include <bsd.port.mk>