From 6629fee6490ae913ab3179a8b244de4f11b15b65 Mon Sep 17 00:00:00 2001 From: Gerardo Di Iorio Date: Thu, 5 Jul 2018 03:32:21 +0200 Subject: [PATCH] gitea: update to 1.4.3. (#600) --- srcpkgs/gitea/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index 0a801591144..73d8385b48a 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,6 +1,6 @@ # Template file for 'gitea' pkgname=gitea -version=1.4.2 +version=1.4.3 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=c96051b8f2608f9035b2b0dadbd7107c4f7a00c6c66a16c6b5a41416aa9c99fa +checksum=803732b1bd51798cf8e970fdeee43f57da0640815dce9f4b33b26f24a6978180 system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"