update gitea
This commit is contained in:
parent
8d268f5282
commit
5baaf6d7a2
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@
|
||||||
|
|
||||||
- name: Download gitea
|
- name: Download gitea
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: https://github.com/go-gitea/gitea/releases/download/v1.20.0/gitea-1.20.0-linux-arm64
|
url: https://github.com/go-gitea/gitea/releases/download/v1.20.4/gitea-1.20.4-linux-arm64
|
||||||
checksum: sha256:55f04ae775f9ff0e8547b112946e1721656721d123a78b90f1d4275536900a76
|
checksum: sha256:e173e434d0afaf5c87e7b3dcda8d3e5946c82324879e926baa289509170c1211
|
||||||
dest: /opt/gitea/gitea
|
dest: /opt/gitea/gitea
|
||||||
mode: '775'
|
mode: '775'
|
||||||
owner: git
|
owner: git
|
||||||
|
|
Loading…
Reference in a new issue