Update to 2024-04-24 10:00

This commit is contained in:
Daniel Berteaud
2024-04-24 10:00:58 +02:00
parent 601f5af734
commit 6c7f43edde
6 changed files with 11 additions and 11 deletions

View File

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