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 E62AE1382C5 for ; Mon, 4 Jan 2021 09:34:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE2B2E0968; Mon, 4 Jan 2021 09:34:51 +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 A4893E0968 for ; Mon, 4 Jan 2021 09:34:51 +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 8D306341176 for ; Mon, 4 Jan 2021 09:34:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACB39496 for ; Mon, 4 Jan 2021 09:34:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1609738738.dd1d096769bd0548aa1853929d057e28a92614be.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/jackett-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/jackett-bin/jackett-bin-0.17.159.ebuild X-VCS-Directories: www-apps/jackett-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: dd1d096769bd0548aa1853929d057e28a92614be X-VCS-Branch: master Date: Mon, 4 Jan 2021 09:34:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c868e1a7-ffc4-4889-86bf-7c7db34ec73e X-Archives-Hash: 9a293112010372a4bc72bbf11b675b0b commit: dd1d096769bd0548aa1853929d057e28a92614be Author: Theo Anderson posteo de> AuthorDate: Mon Jan 4 04:48:18 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Jan 4 05:38:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd1d0967 www-apps/jackett-bin: fix homepage Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> www-apps/jackett-bin/jackett-bin-0.17.159.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/jackett-bin/jackett-bin-0.17.159.ebuild b/www-apps/jackett-bin/jackett-bin-0.17.159.ebuild index d6689626..b034a34c 100644 --- a/www-apps/jackett-bin/jackett-bin-0.17.159.ebuild +++ b/www-apps/jackett-bin/jackett-bin-0.17.159.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit systemd DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O" -HOMEPAGE="https://github.com/uNetworking/uWebSockets" +HOMEPAGE="https://github.com/Jackett/Jackett" SRC_URI="https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxAMDx64.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/Jackett