diff options
author | Stefan Bethke <stb@lassitu.de> | 2023-11-16 21:44:50 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-19 03:47:26 +0000 |
commit | fd41a938ad21fb99eec0b7fb4feeb00123908f03 (patch) | |
tree | 8ce340ce0a9e38aa37a4e4bccb95641c51ebbc1a | |
parent | 1121637d9005902b107640df304165a354a9c233 (diff) |
www/gitea: update to 1.21.0
Changelog: https://blog.gitea.com/release-of-1.21.0/
PR: 275096
(cherry picked from commit c31527fa4e502fdc0d5489815721e6e0ba83ece1)
-rw-r--r-- | www/gitea/Makefile | 4 | ||||
-rw-r--r-- | www/gitea/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 6bdf1f39dea7..46df087afe58 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.20.5 +DISTVERSION= 1.21.0 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \ https://dl.gitea.io/gitea/${DISTVERSION}/ @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git -USES= cpe gmake go:no_targets +USES= cpe gmake go:1.21,no_targets USE_RC_SUBR= gitea EXTRACT_AFTER_ARGS= --strip-components 1 # since 1.17.0, archive includes gitea-src-VERSION directory diff --git a/www/gitea/distinfo b/www/gitea/distinfo index d205dacaf5f9..011dfb106ba4 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696429433 -SHA256 (gitea-src-1.20.5.tar.gz) = 707fc01ec15739dbdf49f8fd01951dde5fd1958134ea8d41c99bb4bef190b97c -SIZE (gitea-src-1.20.5.tar.gz) = 50448780 +TIMESTAMP = 1699991932 +SHA256 (gitea-src-1.21.0.tar.gz) = 69b12778b3b5f24aecff08d8e5122e4edf784bda2e4335b77f2bbd0404a11a93 +SIZE (gitea-src-1.21.0.tar.gz) = 53744981 |