From 091d6f8267b74816fddef3a9151a8e5a65900a0f Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Fri, 5 Apr 2024 06:08:10 -0700 Subject: [PATCH] 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! --- setup-forgejo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-forgejo.yml b/setup-forgejo.yml index b4c696a..c30036e 100644 --- a/setup-forgejo.yml +++ b/setup-forgejo.yml @@ -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