packer: update to 1.3.0.

This commit is contained in:
Andrea Brancaleoni 2018-09-12 10:36:46 +02:00
parent 019039dd23
commit 4eb3251a62

View file

@ -1,7 +1,7 @@
# Template file for 'packer'
pkgname=packer
version=1.2.5
revision=2
version=1.3.0
revision=1
replaces="packer-bin>=0"
short_desc="Create identical multiplatform machine images from a single source"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
@ -11,9 +11,7 @@ license="MPL-2"
homepage="http://www.packer.io"
go_import_path="github.com/mitchellh/packer"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=86408d212a0e0b9c7a0dc93e4835a900569ad7e7bfc45cd633d7c6560f2f8d2b
broken="_build-packer-xbps/src/github.com/mitchellh/packer/commands.go:39:12: undefined: command.PushCommand"
checksum=ae53bea6434959dd56926546a26196dba4de1b480aaa893dec235ff70e1aee29
case "$XBPS_TARGET_MACHINE" in
i686*|arm*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/9375/steps/shell_3/logs/stdio";;