Update to 2025-06-27 13:00

This commit is contained in:
Daniel Berteaud
2025-06-27 13:00:12 +02:00
parent eb0714be6f
commit 3a08150ae4
5 changed files with 9 additions and 8 deletions

View File

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