From 265b98d9fbd02d39afdde3b0400f4a3efdb7eb63 Mon Sep 17 00:00:00 2001 From: zenobit Date: Fri, 30 Dec 2022 02:48:24 +0100 Subject: [PATCH] gitea: update to 1.18.0 --- srcpkgs/gitea/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index e1ffcbf6b0e4..c04a9bc94fe9 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,6 +1,6 @@ # Template file for 'gitea' pkgname=gitea -version=1.17.4 +version=1.18.0 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=928644afcf5087109fd8377fed25a24bf659a112017f2bb499bc4a9278d73cae +checksum=5f42af201d89bd2a21d8c47d15cc0a39b433a1dd86c6129e1aa20a53908a4c43 system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"