Update to 2023-12-22 15:00

This commit is contained in:
Daniel Berteaud
2023-12-22 15:00:34 +01:00
parent 603f86fdbd
commit 8eaddcbeef
9 changed files with 31 additions and 30 deletions

View File

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