packer: update to 1.0.2.

This commit is contained in:
Andrea Brancaleoni 2017-06-22 07:04:18 +01:00
parent 9e76f70a6f
commit c50faf6876

View file

@ -1,6 +1,6 @@
# Template file for 'packer'
pkgname=packer
version=1.0.1
version=1.0.2
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=82ab38a9381c58fd9952dbcdaadba4a74b35682a0dad4f05a8f879e53b4fc2ed
checksum=eecb0a10d2df09d68a48c05ffc7a92a5cd35709244a1c7abab492a1977ca21e4
post_build() {
for F in $(find -type f -name main.go); do