diff options
author | 2019-12-07 15:32:49 +0100 | |
---|---|---|
committer | 2019-12-08 10:41:06 +0200 | |
commit | 859d4c2097dc2c9bdaf9cb40e856f2555f52b590 (patch) | |
tree | 70d0658ef6ebd557a9a69a3eee46aa5c047911eb /net-misc/anydesk/anydesk-5.1.2.ebuild | |
parent | net-misc/anydesk: drop old (diff) | |
download | gentoo-859d4c2097dc2c9bdaf9cb40e856f2555f52b590.tar.gz gentoo-859d4c2097dc2c9bdaf9cb40e856f2555f52b590.tar.bz2 gentoo-859d4c2097dc2c9bdaf9cb40e856f2555f52b590.zip |
net-misc/anydesk: fix SRC_URI
* 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>
Diffstat (limited to 'net-misc/anydesk/anydesk-5.1.2.ebuild')
-rw-r--r-- | net-misc/anydesk/anydesk-5.1.2.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net-misc/anydesk/anydesk-5.1.2.ebuild b/net-misc/anydesk/anydesk-5.1.2.ebuild index a3bb4194a948..a727ca0739fa 100644 --- a/net-misc/anydesk/anydesk-5.1.2.ebuild +++ b/net-misc/anydesk/anydesk-5.1.2.ebuild @@ -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" |