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 A04CD158087 for ; Sun, 24 Oct 2021 08:27:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07C85E0880; Sun, 24 Oct 2021 08:27:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7D25E0880 for ; Sun, 24 Oct 2021 08:27:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EDAC34375C for ; Sun, 24 Oct 2021 08:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A10BD8F for ; Sun, 24 Oct 2021 08:27:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635064051.3e20efa3118b849ad1ec17dcb99ce21a9c3a1a1b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/handbrake/handbrake-1.3.3-r2.ebuild media-video/handbrake/handbrake-1.3.3-r3.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3e20efa3118b849ad1ec17dcb99ce21a9c3a1a1b X-VCS-Branch: master Date: Sun, 24 Oct 2021 08:27:56 +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: 00ee4128-f71e-4f48-b5ea-50dd935df30e X-Archives-Hash: 075ce01b5008b6732d2dd6d878f4c076 commit: 3e20efa3118b849ad1ec17dcb99ce21a9c3a1a1b Author: Sam James gentoo org> AuthorDate: Sun Oct 24 08:27:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 24 08:27:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e20efa3 media-video/handbrake: fix HttpsUrlAvailable Signed-off-by: Sam James gentoo.org> media-video/handbrake/handbrake-1.3.3-r2.ebuild | 2 +- media-video/handbrake/handbrake-1.3.3-r3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/handbrake/handbrake-1.3.3-r2.ebuild b/media-video/handbrake/handbrake-1.3.3-r2.ebuild index b7246e9a055..a8bf0bdbcbd 100644 --- a/media-video/handbrake/handbrake-1.3.3-r2.ebuild +++ b/media-video/handbrake/handbrake-1.3.3-r2.ebuild @@ -17,7 +17,7 @@ else fi DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder" -HOMEPAGE="http://handbrake.fr/" +HOMEPAGE="https://handbrake.fr/" LICENSE="GPL-2" SLOT="0" diff --git a/media-video/handbrake/handbrake-1.3.3-r3.ebuild b/media-video/handbrake/handbrake-1.3.3-r3.ebuild index 103a789e634..84a582a27b0 100644 --- a/media-video/handbrake/handbrake-1.3.3-r3.ebuild +++ b/media-video/handbrake/handbrake-1.3.3-r3.ebuild @@ -17,7 +17,7 @@ else fi DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder" -HOMEPAGE="http://handbrake.fr/" +HOMEPAGE="https://handbrake.fr/" LICENSE="GPL-2" SLOT="0"