Update to 2023-02-22 16:00

This commit is contained in:
Daniel Berteaud
2023-02-22 16:00:16 +01:00
parent 944245060a
commit fdaea24311
8 changed files with 17 additions and 14 deletions

View File

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