diff options
Diffstat (limited to 'devel/gitea-act_runner/Makefile')
-rw-r--r-- | devel/gitea-act_runner/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gitea-act_runner/Makefile b/devel/gitea-act_runner/Makefile index 1c2ef28342b2..a51fd09df0a5 100644 --- a/devel/gitea-act_runner/Makefile +++ b/devel/gitea-act_runner/Makefile @@ -1,7 +1,6 @@ PORTNAME= act_runner DISTVERSIONPREFIX= v -DISTVERSION= 0.2.11 -PORTREVISION= 7 +DISTVERSION= 0.2.13 CATEGORIES= devel PKGNAMEPREFIX= gitea- @@ -12,7 +11,7 @@ WWW= https://gitea.com/gitea/act_runner LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_MODULE= gitea.com/gitea/act_runner |