Update to 2024-07-05 17:01

This commit is contained in:
Daniel Berteaud
2024-07-05 17:01:05 +02:00
parent b38fe8ecec
commit 17651158da
7 changed files with 26 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
---
# Version to install
gitea_version: '1.22.0'
gitea_version: '1.22.1'
# 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: a31086f073cb9592d28611394b2de3655db515d961e4fdcf5b549cb40753ef3d
gitea_bin_sha256: b8043324545eec269fc8f18c22b49fc365ed367e0dd41e081b79832de2570f9c
# Handle updates. If set to false, ansible will only install
# Gitea and then won't touch an existing installation
gitea_manage_upgrade: True