Downloading 'https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_1.15.0_amd64.deb' --2018-08-07 09:51:39-- https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_1.15.0_amd64.deb Resolving updates.signal.org... 52.85.224.42, 52.85.224.148, 52.85.224.171, ... Connecting to updates.signal.org|52.85.224.42|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2018-08-07 09:51:39 ERROR 404: Not Found. Will work by bumping version to 1.15.1
Confirmed, this happens to me. I guess they pulled the earlier version.
https://github.com/signalapp/Signal-Desktop/releases/tag/v1.15.2 is the new version, an hour ago.
Simple bump to 1.15.2 works for me.
Today it's 1.15.3 .
Since upstream seems to remove older versions from the updates server, maybe these distfiles should be distributed via the Gentoo mirrors.
(In reply to Matt Whitlock from comment #5) > Since upstream seems to remove older versions from the updates server, maybe > these distfiles should be distributed via the Gentoo mirrors. Yes, that's why I removed the "mirror" restriction (see linked Pull request on GitHub).
Signal have changed download location to suit Linux. It seems Signal packaging for Linux is to suit for Ubuntu Xenial Details provided by Signal from here: https://signal.org/download/: curl -s https://updates.signal.org/desktop/apt/keys.asc | sudo apt-key add - echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list sudo apt update && sudo apt install signal-desktop cheers!
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c485dd03e7ab9cb43f5f2f7adb51cd0ff3202c7 commit 1c485dd03e7ab9cb43f5f2f7adb51cd0ff3202c7 Author: Robert Siebeck <gentoo.bugzilla.2012@r123.de> AuthorDate: 2018-08-08 08:43:11 +0000 Commit: Jason Zaman <perfinion@gentoo.org> CommitDate: 2018-08-13 11:34:29 +0000 net-im/signal-desktop-bin: new version 1.15.4 Remove restrictions. Closes: https://bugs.gentoo.org/663002 net-im/signal-desktop-bin/Manifest | 1 + .../signal-desktop-bin-1.15.4.ebuild | 62 ++++++++++++++++++++++ 2 files changed, 63 insertions(+)