diff options
author | Sam James <sam@gentoo.org> | 2022-09-30 23:58:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:17 +0100 |
commit | 8900a6cd8862f67e34a6988f7204e92c68fad2e9 (patch) | |
tree | 1d8b02012102384852e6d7ab4b7c40face27022d /dev-util/packer | |
parent | dev-util/packer: drop unnecessary go-module_set_globals (diff) | |
download | gentoo-8900a6cd8862f67e34a6988f7204e92c68fad2e9.tar.gz gentoo-8900a6cd8862f67e34a6988f7204e92c68fad2e9.tar.bz2 gentoo-8900a6cd8862f67e34a6988f7204e92c68fad2e9.zip |
dev-util/packer: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/packer')
-rw-r--r-- | dev-util/packer/packer-1.7.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/packer/packer-1.7.10.ebuild b/dev-util/packer/packer-1.7.10.ebuild index 30071af733b2..2fe313cded4e 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" |