diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-07-03 08:23:32 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-07-03 08:29:54 +0000 |
commit | c4b51c2028302d40de3907a04d99a92001bb83b1 (patch) | |
tree | 9fb1ef7d12ca77a7dc3fb3836d2785731e7c0272 /www/gitea | |
parent | all: Bump after lang/go122 update (diff) |
all: Bump after lang/go121 update
Diffstat (limited to 'www/gitea')
-rw-r--r-- | www/gitea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gitea/Makefile b/www/gitea/Makefile index fd0eb709cf56..dd3c99eb5b14 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v DISTVERSION= 1.21.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \ https://dl.gitea.io/gitea/${DISTVERSION}/ |