From 418efc3713e567cfdd4354f5ed79e1635a0beb32 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 22 Aug 2021 23:07:36 -0700 Subject: [PATCH] Update gitea version --- install-scripts/.local/bin/install-gitea-home | 2 +- install-scripts/.local/bin/install-gitea-system | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-scripts/.local/bin/install-gitea-home b/install-scripts/.local/bin/install-gitea-home index 95a40be..f4bd69c 100755 --- a/install-scripts/.local/bin/install-gitea-home +++ b/install-scripts/.local/bin/install-gitea-home @@ -14,7 +14,7 @@ function get_os () { APP=gitea DEST="${XDG_DATA_HOME}/apps/releases/${APP}" CURRENT="${DEST}/current" -VERSION=${VERSION:-1.14.3} +VERSION=${VERSION:-1.15.0} URL=https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-$(get_os)-$(get_arch).xz if [ ! -d "${DEST}/${VERSION}" ]; then diff --git a/install-scripts/.local/bin/install-gitea-system b/install-scripts/.local/bin/install-gitea-system index e8abe22..2848072 100755 --- a/install-scripts/.local/bin/install-gitea-system +++ b/install-scripts/.local/bin/install-gitea-system @@ -14,7 +14,7 @@ function get_os () { APP=gitea DEST="/usr/local/apps/${APP}" CURRENT="${DEST}/current" -VERSION=${VERSION:-1.14.3} +VERSION=${VERSION:-1.15.0} URL=https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-$(get_os)-$(get_arch).xz BIN_DIR=/usr/local/bin