packer: update to 1.8.7.
This commit is contained in:
parent
e299d82eca
commit
2d89091e10
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'packer'
|
||||
pkgname=packer
|
||||
version=1.8.6
|
||||
revision=2
|
||||
version=1.8.7
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/packer"
|
||||
short_desc="Create identical multiplatform machine images from a single source"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="MPL-2.0"
|
||||
homepage="http://www.packer.io"
|
||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=11acae341130dff0950a80e4c56df416d547298f42ca49e8e862de23afe1046f
|
||||
checksum=0b3a45a3ecb0b5e993a0a39ee4599d69b58c1419cebddbfc45c61eb15389ba98
|
||||
replaces="packer-bin>=0"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue