Update to 2020-09-04 10:00

master
Daniel Berteaud 4 years ago
parent 5febeab513
commit b28198e8c7
  1. 4
      roles/gitea/defaults/main.yml
  2. 4
      roles/matrix_riot/defaults/main.yml

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

@ -5,9 +5,9 @@
riot_id: riot
# Version to deploy, and expected sha1
riot_version: 1.7.4
riot_version: 1.7.5
# sha1sum of the tar.gz
riot_archive_sha1: 6e19a1baaea63aa18e1767b7f543ddd99967c77b
riot_archive_sha1: f78679f544b3f619fc06924af2e5b44752b9befe
# Where to install riot
riot_root_dir: /opt/matrix/riot

Loading…
Cancel
Save