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"