diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index 7feb2695ae4..1d819ca9ab0 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,9 +1,9 @@ # Template file for 'gitea' pkgname=gitea -version=1.5.0 -revision=3 +version=1.5.1 +revision=1 build_style=go -go_import_path="code.gitea.io/gitea" +go_import_path=code.gitea.io/gitea # This could be done with build options, but these are built in with the # following justification. # * bindata: running with things not all in the binary is not a @@ -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=3a76ff878236301d2324fb0ce27051c9e11beebea1724813355c19d108944e6f +checksum=a810fdf79169c1dd4795b64ad41225c44b781e134162925c51a0b7360f1cd095 system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"