From 8e370a0e5615bc384b070b6aa545a433b17e282f Mon Sep 17 00:00:00 2001 From: efelon Date: Sun, 8 Sep 2019 20:51:20 +0200 Subject: [PATCH] Bump gitea version to 1.9.3 --- seqs/gitea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seqs/gitea.sh b/seqs/gitea.sh index 2768e3a..9ec0f4a 100755 --- a/seqs/gitea.sh +++ b/seqs/gitea.sh @@ -4,7 +4,7 @@ ## Installation of self hosted git service Gitea toolName="gitea" -giteaVersion="1.9.0" +giteaVersion="1.9.3" giteaDownload="https://dl.gitea.io/gitea/${giteaVersion}/gitea-${giteaVersion}-linux-arm-6" giteaLoc="/usr/local/bin/gitea" giteaService="https://raw.githubusercontent.com/go-gitea/gitea/master/contrib/systemd/gitea.service"