From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 033F6138334 for ; Wed, 29 Aug 2018 19:02:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC123E07DB; Wed, 29 Aug 2018 19:01:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0EE7E07DB for ; Wed, 29 Aug 2018 19:01:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94849340CB8 for ; Wed, 29 Aug 2018 19:01:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A38A3B8 for ; Wed, 29 Aug 2018 19:01:53 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1535569305.ac1fa2d8515d8e1a07756dc81fbb915a339bea03.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/filezilla/filezilla-3.34.0.ebuild net-ftp/filezilla/filezilla-3.35.1.ebuild net-ftp/filezilla/filezilla-3.35.2-r1.ebuild net-ftp/filezilla/filezilla-3.36.0.ebuild X-VCS-Directories: net-ftp/filezilla/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: ac1fa2d8515d8e1a07756dc81fbb915a339bea03 X-VCS-Branch: master Date: Wed, 29 Aug 2018 19:01:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d61d1e53-8c93-4b95-af6c-461e7e968190 X-Archives-Hash: 6b7b2367209d264cdc777881343efa3e commit: ac1fa2d8515d8e1a07756dc81fbb915a339bea03 Author: Bernard Cafarelli gentoo org> AuthorDate: Wed Aug 29 19:01:33 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Aug 29 19:01:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1fa2d8 net-ftp/filezilla: update SRC_URI Ebuilds used a specific CDN endpoint, update to use main URI Closes: https://bugs.gentoo.org/664846 Package-Manager: Portage-2.3.48, Repoman-2.3.10 net-ftp/filezilla/filezilla-3.34.0.ebuild | 2 +- net-ftp/filezilla/filezilla-3.35.1.ebuild | 2 +- net-ftp/filezilla/filezilla-3.35.2-r1.ebuild | 2 +- net-ftp/filezilla/filezilla-3.36.0.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-ftp/filezilla/filezilla-3.34.0.ebuild b/net-ftp/filezilla/filezilla-3.34.0.ebuild index 4d53279d037..a30171cc2a6 100644 --- a/net-ftp/filezilla/filezilla-3.34.0.ebuild +++ b/net-ftp/filezilla/filezilla-3.34.0.ebuild @@ -12,7 +12,7 @@ MY_P="FileZilla_${MY_PV}" DESCRIPTION="FTP client with lots of useful features and an intuitive interface" HOMEPAGE="https://filezilla-project.org/" -SRC_URI="https://dl2.cdn.filezilla-project.org/client/${MY_P}_src.tar.bz2" +SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/net-ftp/filezilla/filezilla-3.35.1.ebuild b/net-ftp/filezilla/filezilla-3.35.1.ebuild index 20c41eba80b..848832deae5 100644 --- a/net-ftp/filezilla/filezilla-3.35.1.ebuild +++ b/net-ftp/filezilla/filezilla-3.35.1.ebuild @@ -12,7 +12,7 @@ MY_P="FileZilla_${MY_PV}" DESCRIPTION="FTP client with lots of useful features and an intuitive interface" HOMEPAGE="https://filezilla-project.org/" -SRC_URI="https://dl2.cdn.filezilla-project.org/client/${MY_P}_src.tar.bz2" +SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/net-ftp/filezilla/filezilla-3.35.2-r1.ebuild b/net-ftp/filezilla/filezilla-3.35.2-r1.ebuild index 83462d1db4c..8912d876a8b 100644 --- a/net-ftp/filezilla/filezilla-3.35.2-r1.ebuild +++ b/net-ftp/filezilla/filezilla-3.35.2-r1.ebuild @@ -12,7 +12,7 @@ MY_P="FileZilla_${MY_PV}" DESCRIPTION="FTP client with lots of useful features and an intuitive interface" HOMEPAGE="https://filezilla-project.org/" -SRC_URI="https://dl2.cdn.filezilla-project.org/client/${MY_P}_src.tar.bz2" +SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/net-ftp/filezilla/filezilla-3.36.0.ebuild b/net-ftp/filezilla/filezilla-3.36.0.ebuild index 92b2be0c761..b765e3c20dc 100644 --- a/net-ftp/filezilla/filezilla-3.36.0.ebuild +++ b/net-ftp/filezilla/filezilla-3.36.0.ebuild @@ -12,7 +12,7 @@ MY_P="FileZilla_${MY_PV}" DESCRIPTION="FTP client with lots of useful features and an intuitive interface" HOMEPAGE="https://filezilla-project.org/" -SRC_URI="https://dl2.cdn.filezilla-project.org/client/${MY_P}_src.tar.bz2" +SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2" LICENSE="GPL-2" SLOT="0"