From fc0e67ba32bf1620cbb6f772a260d5ad7dda3761 Mon Sep 17 00:00:00 2001 From: Pulux Date: Sun, 6 Aug 2023 20:49:45 +0200 Subject: [PATCH] gitea: update to 1.20.2. --- srcpkgs/gitea/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index 44a62707ee4c5..732a3337b2111 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,6 +1,6 @@ # Template file for 'gitea' pkgname=gitea -version=1.20.0 +version=1.20.2 revision=1 build_style=go go_import_path=code.gitea.io/gitea @@ -31,7 +31,7 @@ license="MIT" homepage="https://gitea.io" changelog="https://raw.githubusercontent.com/go-gitea/gitea/main/CHANGELOG.md" distfiles="https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz" -checksum=304d9961279a1ebbbfef00450665cba5ff5d2a99745abb6b980aa6cf0dfbb6ae +checksum=6bcf25b5f94e71941559c1230b7afaadb3d293a2d1b404dc11079c62dff0834e system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"