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 A04EB138359 for ; Sun, 23 Aug 2020 23:35:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C430AE07F1; Sun, 23 Aug 2020 23:35:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35B34E07F1 for ; Sun, 23 Aug 2020 23:35:20 +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 BCF0B33BE6B for ; Sun, 23 Aug 2020 23:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44FD930A for ; Sun, 23 Aug 2020 23:35:17 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1598225711.e8aeb7dbdd7d3d8029a456dba4c367284258b772.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/docker_auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/docker_auth/docker_auth-1.5.0.ebuild X-VCS-Directories: sys-auth/docker_auth/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e8aeb7dbdd7d3d8029a456dba4c367284258b772 X-VCS-Branch: master Date: Sun, 23 Aug 2020 23:35:17 +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: a8f16b0c-9995-4180-b037-05c714bb3cbb X-Archives-Hash: 55a44a4cdf761ce8a4d8fa87bfd24139 commit: e8aeb7dbdd7d3d8029a456dba4c367284258b772 Author: William Hubbs gentoo org> AuthorDate: Sun Aug 23 23:33:24 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Aug 23 23:35:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8aeb7db sys-auth/docker_auth: typo fix Closes: https://bugs.gentoo.org/732524 Signed-off-by: William Hubbs gentoo.org> sys-auth/docker_auth/docker_auth-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/docker_auth/docker_auth-1.5.0.ebuild b/sys-auth/docker_auth/docker_auth-1.5.0.ebuild index 7eb029ff336..2f86764e689 100644 --- a/sys-auth/docker_auth/docker_auth-1.5.0.ebuild +++ b/sys-auth/docker_auth/docker_auth-1.5.0.ebuild @@ -185,7 +185,7 @@ EGO_SUM=( "rsc.io/binaryregexp v0.2.0/go.mod" ) go-module_set_globals -SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz +SRC_URI="https://github.com/cesanta/docker_auth/archive/${PV}.tar.gz -> ${P}.tar.gz ${EGO_SUM_SRC_URI}" LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT ZLIB"