Update to 2024-10-09 11:00

This commit is contained in:
Daniel Berteaud 2024-10-09 11:00:54 +02:00
parent f33a1f7ea1
commit 3950c27101

View File

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