Upgrade Forgejo to v1.21.10

In response to a security update! I didn't bother doing the backup and
doctor and stuff this time, since this upgrade seems minor. And indeed,
just hot-swapping the binary like last time seems to have worked great!
This commit is contained in:
Emi Matchu 2024-04-05 06:08:10 -07:00
parent 4a3e9d6b3e
commit 091d6f8267

View file

@ -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.6-0/forgejo-1.21.6-0-linux-amd64
url: https://codeberg.org/forgejo/forgejo/releases/download/v1.21.10-0/forgejo-1.21.10-0-linux-amd64
dest: /usr/local/bin/forgejo
checksum: "sha256:e86f446236a287b9ba2c65f8ff7b0a9ea4f451a5ffc3134f416f751e1eecf97c"
checksum: "sha256:ca5644c382de4ebde77363add0d7ce034663a4e50db67334c1a19575a31277ee"
mode: "755"
notify:
- Restart Forgejo