From 07edc5a191bd41ff00a60066e1979e6684706f4d Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 16 Jun 2018 17:29:09 -0700 Subject: [PATCH] gitea: update to 1.4.2 --- srcpkgs/gitea/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index c58c4699140..0a801591144 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,7 +1,7 @@ # Template file for 'gitea' pkgname=gitea -version=1.4.1 -revision=3 +version=1.4.2 +revision=1 build_style=go go_import_path="code.gitea.io/gitea" # This could be done with build options, but these are built in with the @@ -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=93b1e8fbad78dffada0736a26760eda175169771a065ca8a101cfa0ed70ed310 +checksum=c96051b8f2608f9035b2b0dadbd7107c4f7a00c6c66a16c6b5a41416aa9c99fa system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"