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 C9ECA138359 for ; Mon, 2 Nov 2020 14:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBF2EE0823; Mon, 2 Nov 2020 14:31:45 +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 CF858E0823 for ; Mon, 2 Nov 2020 14:31:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5E35A33BDF8 for ; Mon, 2 Nov 2020 14:31:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C6793A9 for ; Mon, 2 Nov 2020 14:31:42 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1604327478.0f7b290a8c17ea78d2f2dac7a6816f365d7162f2.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/youtube-dl/youtube-dl-2020.11.01.1.ebuild net-misc/youtube-dl/youtube-dl-2020.11.01.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0f7b290a8c17ea78d2f2dac7a6816f365d7162f2 X-VCS-Branch: master Date: Mon, 2 Nov 2020 14:31:42 +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: b6f0a35a-2c85-4ef5-9b86-249dd45c30da X-Archives-Hash: fa044624602b1ba1adc32c5b00189552 commit: 0f7b290a8c17ea78d2f2dac7a6816f365d7162f2 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Nov 2 14:31:18 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Nov 2 14:31:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7b290a net-misc/youtube-dl: adjust version Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> .../{youtube-dl-2020.11.01.ebuild => youtube-dl-2020.11.01.1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/youtube-dl/youtube-dl-2020.11.01.ebuild b/net-misc/youtube-dl/youtube-dl-2020.11.01.1.ebuild similarity index 96% rename from net-misc/youtube-dl/youtube-dl-2020.11.01.ebuild rename to net-misc/youtube-dl/youtube-dl-2020.11.01.1.ebuild index 9bb60f065e6..b1b5154480a 100644 --- a/net-misc/youtube-dl/youtube-dl-2020.11.01.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2020.11.01.1.ebuild @@ -11,7 +11,7 @@ inherit bash-completion-r1 distutils-r1 readme.gentoo-r1 DESCRIPTION="Download videos from YouTube.com (and more sites...)" HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/" -SRC_URI="https://youtube-dl.org/downloads/latest/youtube-dl-2020.11.01.1.tar.gz" +SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz" LICENSE="public-domain" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"