Update to 2025-02-19 14:00

This commit is contained in:
Daniel Berteaud
2025-02-19 14:00:57 +01:00
parent 5986cfda04
commit 9e300e1ff2
5 changed files with 8 additions and 7 deletions

View File

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