From 8900a6cd8862f67e34a6988f7204e92c68fad2e9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 30 Sep 2022 23:58:36 +0100 Subject: [PATCH] dev-util/packer: fix StaticSrcUri Signed-off-by: Sam James --- dev-util/packer/packer-1.7.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/packer/packer-1.7.10.ebuild b/dev-util/packer/packer-1.7.10.ebuild index 30071af733b20..2fe313cded4e1 100644 --- a/dev-util/packer/packer-1.7.10.ebuild +++ b/dev-util/packer/packer-1.7.10.ebuild @@ -8,7 +8,7 @@ inherit go-module DESCRIPTION="A tool to create identical machine images for multiple platforms" HOMEPAGE="https://www.packer.io" SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://gentoofiles.s3.eu-central-1.amazonaws.com/packer-1.7.10-deps.tar.xz" + https://gentoofiles.s3.eu-central-1.amazonaws.com/${P}-deps.tar.xz" LICENSE="Apache-2.0 BSD-2 BSD-4 MIT MPL-2.0 unicode" SLOT="0"