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 6AE0E15800A for ; Sun, 13 Aug 2023 08:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 807922BC01B; Sun, 13 Aug 2023 08:08:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 659CA2BC01B for ; Sun, 13 Aug 2023 08:08:38 +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 74930340DAD for ; Sun, 13 Aug 2023 08:08:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDD43F67 for ; Sun, 13 Aug 2023 08:08:35 +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: <1691914024.b58e58699814a145840dd61ecef172243cbe1783.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpcre2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpcre2/libpcre2-10.42-r1.ebuild X-VCS-Directories: dev-libs/libpcre2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b58e58699814a145840dd61ecef172243cbe1783 X-VCS-Branch: master Date: Sun, 13 Aug 2023 08:08:35 +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: 87a69142-4ec2-4509-bd04-cc9311194949 X-Archives-Hash: 5252c3e3ce48e480afe698f0af97478d commit: b58e58699814a145840dd61ecef172243cbe1783 Author: Sam James gentoo org> AuthorDate: Sun Aug 13 08:05:03 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 13 08:07:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58e5869 dev-libs/libpcre2: tweak verify-sig SRC_URI Signed-off-by: Sam James gentoo.org> dev-libs/libpcre2/libpcre2-10.42-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libpcre2/libpcre2-10.42-r1.ebuild b/dev-libs/libpcre2/libpcre2-10.42-r1.ebuild index fc654608018e..d2d2c8a81c8a 100644 --- a/dev-libs/libpcre2/libpcre2-10.42-r1.ebuild +++ b/dev-libs/libpcre2/libpcre2-10.42-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} != *_rc* ]] ; then # Only the final releases are available here. SRC_URI="https://github.com/PCRE2Project/pcre2/releases/download/${MY_P}/${MY_P}.tar.bz2 https://ftp.pcre.org/pub/pcre/${MY_P}.tar.bz2 - verify-sig? ( https://github.com/PhilipHazel/pcre2/releases/download/${MY_P}/${MY_P}.tar.bz2.sig )" + verify-sig? ( https://github.com/PCRE2Project/pcre2/releases/download/${MY_P}/${MY_P}.tar.bz2.sig )" else SRC_URI="https://ftp.pcre.org/pub/pcre/Testing/${MY_P}.tar.bz2" fi