From 11272a4baccd7bf4fb430d759ac1307b13d00fb2 Mon Sep 17 00:00:00 2001 From: iaroki Date: Mon, 7 May 2018 10:38:21 +0300 Subject: [PATCH] gitea: update to 1.4.1 --- srcpkgs/gitea/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index 38136fbf764..24642850929 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,7 +1,7 @@ # Template file for 'gitea' pkgname=gitea -version=1.4.0 -revision=4 +version=1.4.1 +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 @@ -27,9 +27,10 @@ depends="git" short_desc="Git with a cup of Tea" maintainer="Michael Aldridge " license="MIT" -homepage="http://gitea.io" +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=8244a4b6385156275ffd70921d2562661c1ad96e580b4ca2ef52e7395b810f13 +checksum=93b1e8fbad78dffada0736a26760eda175169771a065ca8a101cfa0ed70ed310 system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"