dev-util/packer: fix StaticSrcUri

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-09-30 23:58:36 +01:00
parent 4a949250d0
commit 8900a6cd88

View File

@@ -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"