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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CED0D15800C for ; Mon, 3 Apr 2023 13:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0888CE085A; Mon, 3 Apr 2023 13:34:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E844CE085A for ; Mon, 3 Apr 2023 13:34:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFB25340B6A for ; Mon, 3 Apr 2023 13:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DE488EB for ; Mon, 3 Apr 2023 13:34:55 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1680528875.65d5f4bb15f3e07f2516abac4e69947f76e9529c.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/klick/klick-0.12.2-r4.ebuild X-VCS-Directories: media-sound/klick/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 65d5f4bb15f3e07f2516abac4e69947f76e9529c X-VCS-Branch: master Date: Mon, 3 Apr 2023 13:34:55 +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: a4465a1d-8162-421c-9031-b107edc27191 X-Archives-Hash: c521b1c91854bc100e868651df6c3ed6 commit: 65d5f4bb15f3e07f2516abac4e69947f76e9529c Author: Viorel Munteanu gentoo org> AuthorDate: Mon Apr 3 13:33:22 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Apr 3 13:34:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d5f4bb media-sound/klick: update HOMEPAGE, SRC_URI Signed-off-by: Viorel Munteanu gentoo.org> media-sound/klick/klick-0.12.2-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/klick/klick-0.12.2-r4.ebuild b/media-sound/klick/klick-0.12.2-r4.ebuild index d862a9f6e1c7..29bd9c9b86be 100644 --- a/media-sound/klick/klick-0.12.2-r4.ebuild +++ b/media-sound/klick/klick-0.12.2-r4.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit python-any-r1 scons-utils toolchain-funcs DESCRIPTION="An advanced command-line based metronome for JACK" -HOMEPAGE="http://das.nasophon.de/klick" -SRC_URI="http://das.nasophon.de/download/${P}.tar.gz" +HOMEPAGE="https://das.nasophon.de/klick/" +SRC_URI="https://das.nasophon.de/download/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0"