diff options
Diffstat (limited to 'net-p2p/qbittorrent/qbittorrent-4.6.4.ebuild')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.6.4.ebuild b/net-p2p/qbittorrent/qbittorrent-4.6.4.ebuild index c52bd5d5331f..534975068940 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.6.4.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.6.4.ebuild @@ -13,8 +13,8 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 else SRC_URI=" - mirror://sourceforge/qbittorrent/${P}.tar.xz - verify-sig? ( mirror://sourceforge/qbittorrent/${P}.tar.xz.asc ) + https://downloads.sourceforge.net/qbittorrent/${P}.tar.xz + verify-sig? ( https://downloads.sourceforge.net/qbittorrent/${P}.tar.xz.asc ) " KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" |