From 0e6c58746f78066e51837aa39483cef01f0159b1 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 27 Jan 2019 11:11:26 +0100 Subject: [PATCH] gitea: update to 1.7.0. --- srcpkgs/gitea/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index 9d210c56ee5..4a79078f4b9 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,6 +1,6 @@ # Template file for 'gitea' pkgname=gitea -version=1.6.3 +version=1.7.0 revision=1 build_style=go go_import_path=code.gitea.io/gitea @@ -30,7 +30,7 @@ license="MIT" homepage="https://gitea.io" changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md" distfiles="https://github.com/go-gitea/gitea/archive/v${version}.tar.gz" -checksum=9ab014f419235a3f213968ee4e03a099cd9e087c1129673215a36aa7345d52af +checksum=2fdd4d51b22f40c03e6a55c065dafbcfad16ca14adf4f093ceed89e59480f679 system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"