Update to 2025-09-25 10:00

This commit is contained in:
Daniel Berteaud
2025-09-25 10:00:34 +02:00
parent 337376ca80
commit 5844fe3c39
5 changed files with 11 additions and 9 deletions

View File

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