Skip to content

Commit

Permalink
www/gitea: update to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stblassitude authored and clausecker committed Nov 18, 2023
1 parent f8a14bb commit c31527f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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}/
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit c31527f

Please sign in to comment.