Update to 2025-08-14 11:00

This commit is contained in:
Daniel Berteaud
2025-08-14 11:00:16 +02:00
parent 29674ac9ac
commit 702ba81114
2 changed files with 20 additions and 15 deletions

View File

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