Update to 2022-01-17 10:00

This commit is contained in:
Daniel Berteaud
2022-01-17 10:00:06 +01:00
parent 106aeda320
commit 3aef495c77
4 changed files with 13 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
---
# Version to install
gitea_version: 1.15.9
gitea_version: 1.15.10
# URL to the binary
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
# sha256 of the binary
gitea_bin_sha256: dbdefbeed7073951ba955cb6c40bd7d9ece7a349c1326ad80c314690ff3616f1
gitea_bin_sha256: 8dfab91bde02a27fba0248ba1d0175b2e4ff57ba3ef7a9da3e68cbb11d15178a
# Handle updates. If set to false, ansible will only install
# Gitea and then won't touch an existing installation
gitea_manage_upgrade: True