packer: update to 1.0.3.

This commit is contained in:
Andrea Brancaleoni 2017-07-18 08:41:01 +02:00
parent 0b4749f2c2
commit fe3a3c78f4
1 changed files with 2 additions and 2 deletions

View File

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