Update to 2025-06-10 10:00

This commit is contained in:
Daniel Berteaud 2025-06-10 10:00:16 +02:00
parent 7c9556a76b
commit 9d979b11f2

View File

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