Update to 2025-03-25 13:00

This commit is contained in:
Daniel Berteaud
2025-03-25 13:00:09 +01:00
parent 3eeb0ea9bc
commit 6487e87614
3 changed files with 7 additions and 7 deletions

View File

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