net-misc/anydesk: fix SRC_URI
authorChristian Buchinger <cb-gentoo@guya.de>
Sat, 7 Dec 2019 14:32:49 +0000 (15:32 +0100)
committerJoonas Niilola <juippis@gentoo.org>
Sun, 8 Dec 2019 08:41:06 +0000 (10:41 +0200)
* Upstream changed download url's

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Christian Buchinger <cb-gentoo@guya.de>
Closes: https://github.com/gentoo/gentoo/pull/13904
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-misc/anydesk/anydesk-5.0.0.ebuild
net-misc/anydesk/anydesk-5.1.2.ebuild

index 6bd890da6453c0eb06d3d265382ed8251e83136c..7a87b3cd2f860f02d9684e9d693ec3b3cd94ed9e 100644 (file)
@@ -7,8 +7,14 @@ inherit desktop systemd xdg-utils
 
 DESCRIPTION="Feature rich multi-platform remote desktop application"
 HOMEPAGE="https://anydesk.com"
-SRC_URI="amd64? ( https://download.anydesk.com/linux/${P}-amd64.tar.gz )
-       x86? ( https://download.anydesk.com/linux/${P}-i686.tar.gz )"
+SRC_URI="amd64? (
+               https://download.anydesk.com/linux/${P}-amd64.tar.gz
+               https://download.anydesk.com/linux/generic-linux/${P}-amd64.tar.gz
+       )
+       x86? (
+               https://download.anydesk.com/linux/${P}-i686.tar.gz
+               https://download.anydesk.com/linux/generic-linux/${P}-i686.tar.gz
+       )"
 
 # OpeSSL/SSLeay, libvpx, zlib, Xiph, xxHash
 LICENSE="AnyDesk-TOS BSD BSD-2 openssl ZLIB"
index a3bb4194a948193d641740aba677ba78136e19e4..a727ca0739fa1b18832a39ed729b998d1e9fe99b 100644 (file)
@@ -7,8 +7,14 @@ inherit desktop systemd xdg-utils
 
 DESCRIPTION="Feature rich multi-platform remote desktop application"
 HOMEPAGE="https://anydesk.com"
-SRC_URI="amd64? ( https://download.anydesk.com/linux/${P}-amd64.tar.gz )
-       x86? ( https://download.anydesk.com/linux/${P}-i386.tar.gz )"
+SRC_URI="amd64? (
+               https://download.anydesk.com/linux/${P}-amd64.tar.gz
+               https://download.anydesk.com/linux/generic-linux/${P}-amd64.tar.gz
+       )
+       x86? (
+               https://download.anydesk.com/linux/${P}-i386.tar.gz
+               https://download.anydesk.com/linux/generic-linux/${P}-i386.tar.gz
+       )"
 
 # OpeSSL/SSLeay, libvpx, zlib, Xiph, xxHash
 LICENSE="AnyDesk-TOS BSD BSD-2 openssl ZLIB"