From 1b2e6baa7c41a6c98cc9f766dceac981a5d8d58f Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 23 Jun 2019 22:27:50 -0700 Subject: [PATCH] gitea: update to 1.8.3. --- srcpkgs/gitea/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index 2e604e46a18..37ceac44aed 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,6 +1,6 @@ # Template file for 'gitea' pkgname=gitea -version=1.8.1 +version=1.8.3 revision=1 build_style=go go_import_path=code.gitea.io/gitea @@ -31,7 +31,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=91f1094f1aa833c8e2cb11cf4c2e1301c53317a49c9f6818c4a7a1ef926850cd +checksum=77ca5fe4468a94454c05c433eace1a7e282a588aeae268387d8651751f8d4e27 system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"