ci: Attempt fix of release workflow (take 3)
diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml
index 15e2a25c..02a926ae 100644
--- a/.forgejo/workflows/release.yml
+++ b/.forgejo/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
echo 'nameserver 8.8.4.4' >>/etc/resolv.conf
- name: Install dependencies
- run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S nodejs jq curl base-devel gnupg gzip bzip2 lzip zstd git autoconf automake nasm curl mtools llvm clang lld
+ run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S nodejs jq curl tea base-devel gnupg gzip bzip2 lzip zstd git autoconf automake nasm curl mtools llvm clang lld
- name: Import GPG public key
run: gpg --batch --keyserver hkps://keyserver.ubuntu.com --recv-keys 05D29860D0A0668AAEFB9D691F3C021BECA23821
diff --git a/ChangeLog b/ChangeLog
index d8a00222..1c553471 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2025-08-30 Mintsuki <mintsuki@protonmail.com>
- *** Release 9.6.3 and 9.6.4 ***
+ *** Release 9.6.3 through 9.6.5 ***
Noteworthy changes compared to the previous release, 9.6.2:
diff --git a/README.md b/README.md
index 9f3fe481..8947403a 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `9.x` branch, one can do:
```bash
git clone https://codeberg.org/Limine/Limine.git --branch=v9.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `9.6.4`):
+or, to clone a specific binary point release (for example `9.6.5`):
```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v9.6.4-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v9.6.5-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
