From 72919548d2a9fe8d3c2a2b5366ad1dfb6fa95fc0 Mon Sep 17 00:00:00 2001 From: efelon Date: Thu, 31 Oct 2019 15:12:01 +0100 Subject: [PATCH] Bump gitea to version 1.9.5; upgrade from 1.9.4 tested successfuly --- seqs/gitea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seqs/gitea.sh b/seqs/gitea.sh index 1269b70..69415cf 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.4" +giteaVersion="1.9.5" giteaDownload="https://dl.gitea.io/gitea/${giteaVersion}/gitea-${giteaVersion}-linux-arm-6" giteaDir="/usr/local/bin" giteaLoc="${giteaDir}/gitea"