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 9C049138359 for ; Fri, 23 Oct 2020 15:45:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C91DCE0869; Fri, 23 Oct 2020 15:45:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AF1CAE0869 for ; Fri, 23 Oct 2020 15:45:57 +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 51EB5335DC7 for ; Fri, 23 Oct 2020 15:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6C3A2EE for ; Fri, 23 Oct 2020 15:45:54 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1603467303.c8a9f3996f7ec903d8d9d4b1de611df035f93dcb.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild X-VCS-Directories: sys-apps/ipmicfg/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c8a9f3996f7ec903d8d9d4b1de611df035f93dcb X-VCS-Branch: master Date: Fri, 23 Oct 2020 15:45:54 +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: d5466e75-d12f-49d0-823c-563f00405433 X-Archives-Hash: 7592dfc0d9ecf861a9c15c6fd2c72f89 commit: c8a9f3996f7ec903d8d9d4b1de611df035f93dcb Author: Conrad Kostecki gentoo org> AuthorDate: Fri Oct 23 15:35:03 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Oct 23 15:35:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a9f399 sys-apps/ipmicfg: fix SRC_URI Closes: https://bugs.gentoo.org/750803 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild b/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild index c4778e0cb97..642ff2b9341 100644 --- a/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild +++ b/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild @@ -9,7 +9,7 @@ MY_PV="$(ver_cut 1-3)" DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices" HOMEPAGE="https://www.supermicro.com" -SRC_URI="https://www.supermicro.com/wftp/utility/{MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip" +SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip" LICENSE="supermicro" SLOT="0"