packer: update to 0.8.6.

This commit is contained in:
Andrea Brancaleoni 2015-08-22 19:38:29 +02:00
parent 7c98bd5664
commit 534b60b232

View file

@ -1,6 +1,6 @@
# Template file for 'packer'
pkgname=packer
version=0.8.5
version=0.8.6
revision=1
replaces="packer-bin>=0"
short_desc="Create identical multiplatform machine images from a single source"
@ -11,7 +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=7bf8946d9a16be81dbdfe12c2f3ff2c714c9c551a9e9d45d1c25ccb37ec40bb6
checksum=3d2e4d291a746f8f0aa23f6b5b5b0a6ef7b040e765d856a12f5f125ede8ea425
post_build() {
for F in $(find -type f -name main.go); do