From 30b9ec80e4ece9ba503f0d516ee576ca4eda6625 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 10 Oct 2018 19:35:55 -0300 Subject: [PATCH] gitea: update to 1.5.2. --- srcpkgs/gitea/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index 1d819ca9ab0..c6ae212212a 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,6 +1,6 @@ # Template file for 'gitea' pkgname=gitea -version=1.5.1 +version=1.5.2 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=a810fdf79169c1dd4795b64ad41225c44b781e134162925c51a0b7360f1cd095 +checksum=297652c49c412fa509f04dba58aefe91aa75285911260037ba25fd7136f4a016 system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"