diff options
Diffstat (limited to '')
-rw-r--r-- | devel/gitea-act_runner/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gitea-act_runner/Makefile b/devel/gitea-act_runner/Makefile index 1c2ef28342b2..762b74b2a238 100644 --- a/devel/gitea-act_runner/Makefile +++ b/devel/gitea-act_runner/Makefile @@ -1,7 +1,7 @@ PORTNAME= act_runner DISTVERSIONPREFIX= v -DISTVERSION= 0.2.11 -PORTREVISION= 7 +DISTVERSION= 0.2.12 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= gitea- @@ -12,7 +12,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 |