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