Update to 2024-02-21 11:00

This commit is contained in:
Daniel Berteaud
2024-02-21 11:00:50 +01:00
parent 9e01b5f657
commit 591a80926b
20 changed files with 38 additions and 34 deletions

View File

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