Upgrade to Forgejo v7.0.3
This commit is contained in:
parent
bf0c5a05c2
commit
7e9ca2023c
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
|||
tasks:
|
||||
- name: Download Forgejo binary to /usr/local/bin (and verify its checksum)
|
||||
get_url:
|
||||
url: https://codeberg.org/forgejo/forgejo/releases/download/v1.21.11-0/forgejo-1.21.11-0-linux-amd64
|
||||
url: https://codeberg.org/forgejo/forgejo/releases/download/v7.0.3/forgejo-7.0.3-linux-amd64
|
||||
dest: /usr/local/bin/forgejo
|
||||
checksum: "sha256:96c6522ddaad421d358d2ed7710a2eee3995fead69811105e4f152945b6702c2"
|
||||
checksum: "sha256:7e73088a5226c4d061dccb21b3f890fa1106e4924278e7128463fb8d15f147cb"
|
||||
mode: "755"
|
||||
notify:
|
||||
- Restart Forgejo
|
||||
|
|
Loading…
Reference in a new issue