1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 16:07:23 +01:00

add download xz file save (40%) and use sha256

This commit is contained in:
Eideen
2019-04-23 22:19:09 +02:00
parent e3e4ce3ec3
commit cfd79f06e1
2 changed files with 51 additions and 9 deletions

View File

@@ -13,8 +13,10 @@ gtgithubapiurl = 'https://api.github.com/repos/go-gitea/gitea/releases/latest'
# Gitea System
gtsystem = 'linux-amd64'
# Name and Path of gitea file
gtfile = '/home/git/gitea'
gtfile = '/usr/local/bin/gitea'
# tmp Name and Path of gitea file
tmpdir = '/tmp/'
# Build new version from source?
build_from_source = None
# Source directroy
source_dir = '/home/git/go/src/code.gitea.io/gitea'
source_dir = '/home/git/go/src/code.gitea.io/gitea'