Update to 2025-03-05 14:00

This commit is contained in:
Daniel Berteaud 2025-03-05 14:00:09 +01:00
parent 409b5b55f2
commit 021da5fdb0

View File

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