I have Jami installed on a Windows 10 machine and two Linux machines. I see regular and frequent updates on Windows 10, and it is currently on Euclid 202607201809. The Linux machines have not seen an update to Jami since 2025.
One of the Linux machines runs Ubuntu 20.04, and Jami was installed using:
sudo apt install jami
The other Linux machine runs Debian 12 and Jami was installed using:
curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/stable/debian_12/ jami main' > /etc/apt/sources.list.d/jami.list"
sudo apt-get update && sudo apt-get install jami
Both Linux machines are kept up-to-date by apt, so why are they not receiving updates for Jami?