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

Update updater.py

Co-Authored-By: Christoph Daniel Miksche <wronnay@gmail.com>
This commit is contained in:
Eideen
2019-05-19 14:09:10 +02:00
committed by GitHub
parent bcc902db76
commit a4fa04c035

View File

@@ -49,7 +49,7 @@ if functions.checkVersion(github_version, current_version):
## downloading sha
print ("downloading sha256 hashsum")
download(shadownload, settings.tmpdir+'gitea.xz.sha256')
functions.download(shadownload, settings.tmpdir+'gitea.xz.sha256')
## downloading xz
print ("downloading", github_version_tag+'gitea.xz')
tmpxz = settings.tmpdir+'gitea-'+github_version+'-'+settings.gtsystem+'.xz'