Update to 2025-05-13 11:00

This commit is contained in:
Daniel Berteaud
2025-05-13 11:00:09 +02:00
parent a5bfc87852
commit 93beed0a89
3 changed files with 6 additions and 6 deletions

View File

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