Upgrade to Forgejo v8.0.3
This commit is contained in:
parent
2721c027a6
commit
ae79ba4962
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/v7.0.3/forgejo-7.0.3-linux-amd64
|
url: https://codeberg.org/forgejo/forgejo/releases/download/v8.0.3/forgejo-8.0.3-linux-amd64
|
||||||
dest: /usr/local/bin/forgejo
|
dest: /usr/local/bin/forgejo
|
||||||
checksum: "sha256:7e73088a5226c4d061dccb21b3f890fa1106e4924278e7128463fb8d15f147cb"
|
checksum: "sha256:f192b654885ea8ad9610d6e519892b2d01def5282a1490beb3448ea764eed6af"
|
||||||
mode: "755"
|
mode: "755"
|
||||||
notify:
|
notify:
|
||||||
- Restart Forgejo
|
- Restart Forgejo
|
||||||
|
|
Loading…
Reference in a new issue