diff --git a/README.md b/README.md index c7516f2..dd7ab61 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,10 @@ dpkg --print-architecture | Platform | Package | |-----------|----------| -| Debian 13 (Trixie), x86-64 | `debs/asl3-chan-svx_0.2.4~trixie_amd64.deb` | -| Debian 13 (Trixie), ARM64 (Raspberry Pi OS Trixie) | `debs/asl3-chan-svx_0.2.4~trixie_arm64.deb` | -| Debian 12 (Bookworm), x86-64 | `debs/asl3-chan-svx_0.2.4~bookworm_amd64.deb` | -| Debian 12 (Bookworm), ARM64 (Raspberry Pi OS Bookworm) | `debs/asl3-chan-svx_0.2.4~bookworm_arm64.deb` | +| Debian 13 (Trixie), x86-64 | `debs/asl3-chan-svx_0.2.5~trixie_amd64.deb` | +| Debian 13 (Trixie), ARM64 (Raspberry Pi OS Trixie) | `debs/asl3-chan-svx_0.2.5~trixie_arm64.deb` | +| Debian 12 (Bookworm), x86-64 | `debs/asl3-chan-svx_0.2.5~bookworm_amd64.deb` | +| Debian 12 (Bookworm), ARM64 (Raspberry Pi OS Bookworm) | `debs/asl3-chan-svx_0.2.5~bookworm_arm64.deb` | Only 64-bit platforms are supported. @@ -70,7 +70,7 @@ Only 64-bit platforms are supported. Install the package that matches your operating system and architecture: ```sh -sudo apt install ./debs/asl3-chan-svx_0.2.4~_.deb +sudo apt install ./debs/asl3-chan-svx_0.2.5~_.deb ``` Required dependencies (`asl3-asterisk`, `libopus0`, and `libssl3`) will be installed automatically. diff --git a/debs/asl3-chan-svx_0.2.5~bookworm_amd64.deb b/debs/asl3-chan-svx_0.2.5~bookworm_amd64.deb new file mode 100644 index 0000000..c4a1c91 Binary files /dev/null and b/debs/asl3-chan-svx_0.2.5~bookworm_amd64.deb differ diff --git a/debs/asl3-chan-svx_0.2.5~bookworm_arm64.deb b/debs/asl3-chan-svx_0.2.5~bookworm_arm64.deb new file mode 100644 index 0000000..2c4cf9e Binary files /dev/null and b/debs/asl3-chan-svx_0.2.5~bookworm_arm64.deb differ diff --git a/debs/asl3-chan-svx_0.2.5~trixie_amd64.deb b/debs/asl3-chan-svx_0.2.5~trixie_amd64.deb new file mode 100644 index 0000000..dc224ea Binary files /dev/null and b/debs/asl3-chan-svx_0.2.5~trixie_amd64.deb differ diff --git a/debs/asl3-chan-svx_0.2.5~trixie_arm64.deb b/debs/asl3-chan-svx_0.2.5~trixie_arm64.deb new file mode 100644 index 0000000..0ed8b9d Binary files /dev/null and b/debs/asl3-chan-svx_0.2.5~trixie_arm64.deb differ