Update to 2024-04-05 10:01

This commit is contained in:
Daniel Berteaud
2024-04-05 10:01:02 +02:00
parent 26ab80b027
commit 1b645c62cc
7 changed files with 43 additions and 9 deletions

View File

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