diff options
author | Christian Buchinger <cb-gentoo@guya.de> | 2019-12-07 15:32:49 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-12-08 10:41:06 +0200 |
commit | 859d4c2097dc2c9bdaf9cb40e856f2555f52b590 (patch) | |
tree | 70d0658ef6ebd557a9a69a3eee46aa5c047911eb /net-misc/anydesk | |
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')
-rw-r--r-- | net-misc/anydesk/anydesk-5.0.0.ebuild | 10 | ||||
-rw-r--r-- | net-misc/anydesk/anydesk-5.1.2.ebuild | 10 |
2 files changed, 16 insertions, 4 deletions
diff --git a/net-misc/anydesk/anydesk-5.0.0.ebuild b/net-misc/anydesk/anydesk-5.0.0.ebuild index 6bd890da6453..7a87b3cd2f86 100644 --- a/net-misc/anydesk/anydesk-5.0.0.ebuild +++ b/net-misc/anydesk/anydesk-5.0.0.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}-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" 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" |