:: commit 242353c25c00bc24ca8b2c68363f15fd70849b43

Mintsuki <mintsuki@protonmail.com> — 2025-08-30 14:52

parents: 9a8df18baa

ci: Attempt fix of release workflow (take 2)

diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml
index b6e82717..15e2a25c 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 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 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 fe39b098..d8a00222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,13 @@
 2025-08-30  Mintsuki  <mintsuki@protonmail.com>
 
-    *** Release 9.6.3 ***
+    *** Release 9.6.3 and 9.6.4 ***
 
     Noteworthy changes compared to the previous release, 9.6.2:
 
-    This is a special hotfix release attempting to address issues with the
+    These are special hotfix releases attempting to address issues with the
     Forgejo release workflow after the migration to Codeberg.
 
-    Other than that, it has no differences compared to 9.6.2.
+    Other than that, they have no differences compared to 9.6.2.
 
 2025-08-30  Mintsuki  <mintsuki@protonmail.com>
 
diff --git a/README.md b/README.md
index 3e4519bf..9f3fe481 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.3`):
+or, to clone a specific binary point release (for example `9.6.4`):
 ```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v9.6.3-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v9.6.4-binary --depth=1
 ```
 
 In order to rebuild host utilities like `limine`, simply run `make` in the binary
tab: 248 wrap: offon