Update to 2023-03-20 12:00

This commit is contained in:
Daniel Berteaud
2023-03-20 12:00:20 +01:00
parent b4b621e760
commit 6191c947fb
3 changed files with 6 additions and 6 deletions

View File

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