From 10ff3317b7ada9e7319f958bb0c9db906d1d723d Mon Sep 17 00:00:00 2001 From: lemmi Date: Sat, 3 Nov 2018 18:30:38 +0100 Subject: [PATCH] gitea: update to 1.5.3. --- srcpkgs/gitea/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index c6ae212212a..8a29b1d7d5d 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,6 +1,6 @@ # Template file for 'gitea' pkgname=gitea -version=1.5.2 +version=1.5.3 revision=1 build_style=go go_import_path=code.gitea.io/gitea @@ -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=297652c49c412fa509f04dba58aefe91aa75285911260037ba25fd7136f4a016 +checksum=3a94982d1fa0549e26e2c86f859bc09dda480a98a6b07ce5682257f3ce7de188 system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"